This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
neovim-confs
Watch
1
Star
1
Fork
You've already forked neovim-confs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
e357684dea
neovim-confs
/
.gitignore
9 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added .gitignore and lazy load lsp_signature more (#218)
2021-08-07 11:54:31 +02:00
plugin
keep ftplugin folder git-ignored | #1510
2022-08-25 14:31:45 +02:00
ftplugin
feat: ignore syntax folder (#2124)
2023-06-16 11:14:50 +02:00
syntax
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 19:09:13 +02: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 16:35:27 +02:00
.luarc.json
migrate to lazy.nvim
2023-01-07 09:11:43 +01:00
lazy-lock.json
feat: ignore after folder (#2228)
2023-07-24 06:31:21 +02:00
after
Ignore .DS_Store files (#2463) Ignores macos .DS_Store files
2023-10-27 02:33:43 +02:00
**/.DS_Store