This website requires JavaScript.
Explore
Help
Sign In
antifallobst
/
neovim-config
Watch
1
Star
0
Fork
You've already forked neovim-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78b2cc3106
neovim-config
/
.gitignore
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added .gitignore and lazy load lsp_signature more (#218)
2021-08-07 09:54:31 +00:00
plugin
add flat look to telescope | disable gitignore on nvimtree
2021-12-04 15:12:44 +00:00
custom
chore: add spell directory to gitignore
2022-01-07 20:23:25 +00:00
spell
keep ftplugin folder git-ignored | #1510
2022-08-25 12:31:45 +00:00
ftplugin
Add coc-settings.json to .gitignore One might decide to install coc.nvim which requires to maintain a custom configuration at the root of the `nvim` folder (created with the command `:CocConfig`). It is recommend to ignore the file to avoid update conflicts as NvChad does not ship coc.nvim.
2022-10-08 17:09:13 +00:00
coc-settings.json
Add .luarc.json to .gitignore Using `coc-lua` with `coc.nvim` will produce a `.luarc.json` when editing own custom configs that should be excluded from NvChad, since NvChad does not maintain its own `.luarc.json`
2022-10-09 14:35:27 +00:00
.luarc.json