1
0
Fork
You've already forked nvimdots
0
My Neovim configuration files
  • Lua 99.3%
  • Makefile 0.7%
Find a file
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.
2022年12月21日 17:24:39 +13:00
.config/nvim Updated LSP and cmp configuration, replaced spaces with tabs and replaced some apostrophes with quotes 2022年12月21日 17:24:39 +13:00
.gitignore Initial commit 2022年11月30日 19:09:09 +00:00
install.lua Updated LSP and cmp configuration, replaced spaces with tabs and replaced some apostrophes with quotes 2022年12月21日 17:24:39 +13:00
LICENSE Name LICENSE 2022年11月30日 19:16:02 +00:00
Makefile fix Makefile 2022年12月01日 08:55:12 +13:00
README.md Add content to README.md 2022年12月01日 08:53:37 +13:00

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.