580 B
580 B
Neovim Configuration
My attempt to create my own neovim configuration with just enough features to be productive and not too many to be bloated.
Features
- file tree with nvim-tree
- lsp management with mason-nvim
- telescope for searching/grepping x
- theming with themery x
- tabfluline x
- terminal with f-term x
- harpoon for deving on subsets of files x
- extended history x
- auto-pairs x
- lua vim linting x
- dashboard x
Installation
- Clone this repository to your
~/.config/nvim
directory. - Run
:Lazy
to install all plugins.
TODO
- Add debugger