Activity
-
Use nvim api to create autocmds by Caio 2 months ago
-
DRY on autocmd to handle events on buffers by Caio 2 months ago
-
Source ~/.vimrc.lua if it exists by Caio 2 months ago
-
telescope.nvim: explicitly follow 0.1.x branch by Caio 2 months ago
-
Move home_cache_dir helper to custom mod by Caio 2 months ago
-
Point at origin, not mirror by Caio 2 months ago
-
Drop buffer switch mappings, rely on ]b by Caio 3 months ago
-
Use submodules and plain vim packages 💬 by Caio 3 months ago
The only wonky thing here is dependency management and the only thing requiring deps is telescope. Maybe I'll drop it.
-
Keep every fold open unless manually closed 💬 by Caio 3 months ago
Otherwise this acts weird with lsp-based fold: start with everythingg open -> load lsp -> jump to some other file -> jump back. Now all folds are closed
-
rip treesitter, more predictable fold behaviour by Caio 3 months ago
config.nvim Simple configuration for neovim with (optional) LSP support. Built by plucking options out of my .vimrc [VIMRC] when a default behavior bothered me. Here be no icons, text rules. Installation $ git clone --recurse-submodules https://caio.co/de/config.nvim ~/.config/nvim Starting/Using LSP It's not always that I want to boot heavy IDE-like features when I open a file with the editor, so lsp functionality is gated behind the LspStart command. Issuing it will launch a server and configure mappings accordingly. :LspStart References [VIMRC] My vim configuration files https://caio.co/de/vim-runtime/