|
|
||
|---|---|---|
| .github | ||
| lua | ||
| README.md | ||
| init.lua | ||
| lazy-lock.json | ||
| requirements.md | ||
README.md
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/nvimdirectory. - Run
:Lazyto install all plugins.
TODO
- Add debugger