My Neovim configuration files
|
Jeremy
3449b444e8
Updated LSP and cmp configuration, replaced spaces with tabs and replaced some apostrophes with quotes
Quotes should be used for full words and apostrophes should be used with individual characters. |
||
|---|---|---|
| .config/nvim | Updated LSP and cmp configuration, replaced spaces with tabs and replaced some apostrophes with quotes | |
| .gitignore | Initial commit | |
| install.lua | Updated LSP and cmp configuration, replaced spaces with tabs and replaced some apostrophes with quotes | |
| LICENSE | Name LICENSE | |
| Makefile | fix Makefile | |
| README.md | Add content to README.md | |
nvimdots
My Neovim configuration files.
Installation
To install, run make or the install.lua script:
make
Both do the exact same thing, running make just runs install.lua.