This contains everything for my current nvim setup.
- packer for plugin management.
- treesitter for syntax highlighting.
- telescope fuzzy finder for pretty much everything.
- mason plugin for managing LSP servers, DAP servers, linters, and formatters.
Clone the repo to into the ~/.config
directory. The first time you open nvim
a few things should be installed, and then you should be able to run :PackerInstall
and :PackerUpdate
.
git clone [email protected]:sammyteahan/dotfiles-nvim.git ~/.config/nvim