Benoit de Chezelles
Benoit de Chezelles
Would be easier with a fully Nix-ified conf!
When I'm somewhere in a JSON, I want to know where I am (like a breadcrumb). For example, show in a floating window just under(/above? or in vim's cmdline?) the...
Json schemas can give json validation, auto completion, etc... Big catalog of schemas at https://www.schemastore.org/ Available for neovim with https://github.com/b0o/schemastore.nvim (+ the json language server)
`'[` & `']` are actually the last insertion (pasting is an insertion) From justinmk's config, there is ``nnoremap gV `[v`]`` which I think is reasonable to use (and I can...
> From justinmk's config, there is `` nnoremap gV `[v`] `` which I think is reasonable to use (and I can always switch to visual line selection afterward). This is...
related #46
Another thing I'm considering is adding generic 'modes' per technology/language/usage of the CLI, as in: > cd to a python project, activate 'python mode' to have helper functions for venv...
I'm using direnv now, which basically only allow loading custom ENV vars.. Rest is not that important, and I can play around this by defining custom scripts or tasks with...
Also, if I can know if I'm in-snippet, -> Add guards for M-j/k in insert mode (used to jump between snippet's anchor points), to not do anything if we're not...
It's possible to navigate in the last-inserts-list with `:h g;`