Update nvim config

This commit is contained in:
Shockwave 2024-06-01 22:47:20 +08:00
parent c655728221
commit a47396165b
2 changed files with 16 additions and 10 deletions

View File

@ -0,0 +1,5 @@
CompileFlags:
CompilationDatabase: /home/work/private/project/.output/proj
Add: [
-isystem, /usr/include,
]

View File

@ -18,16 +18,17 @@ local lazyopts = {
lazy = false, lazy = false,
}, },
spec = { -- TODO: 使用一段时间,没啥问题就删掉
-- add LazyVim and import its plugins -- spec = {
{ "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- -- add LazyVim and import its plugins
-- import any extras modules here -- { "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- { import = "lazyvim.plugins.extras.lang.typescript" }, -- -- import any extras modules here
-- { import = "lazyvim.plugins.extras.lang.json" }, -- -- { import = "lazyvim.plugins.extras.lang.typescript" },
-- { import = "lazyvim.plugins.extras.ui.mini-animate" }, -- -- { import = "lazyvim.plugins.extras.lang.json" },
-- import/override with your plugins -- -- { import = "lazyvim.plugins.extras.ui.mini-animate" },
{ import = "plugins" }, -- -- import/override with your plugins
}, -- { import = "plugins" },
-- },
git = { git = {
-- defaults for the `Lazy log` command -- defaults for the `Lazy log` command