caio.co/de/config.nvim


DRY on autocmd to handle events on buffers by Caio 2 days ago (log)

Tree


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/