Batteries included but lean neovim config infused with a little Speed Cola.
Run install.sh
:
curl -sSL https://git.io/speedcola | sh
Note: If your terminal does not support 24-bit/"true color", do yourself
a favor and install one that does. But, if you don't don't mind your colors
looking a little off, remove the line: init.vim#L77. Also, make sure
:echo has('termguicolors')
prints 1
.
Ceck out: init.vim.
- One Dark colorscheme
- neovim/nvim-lsp for IDE like features (via the Language Server Protocol)
- fzf for fuzzy searching all the things
- sneak for jumping around
- neoformat for formatting code
<Leader>
is mapped to ,
From Normal mode, type:
:Maps