File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
home-manager/common/neovim/lua/config Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,8 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
10
10
require (" lazy" ).setup ({
11
11
spec = {
12
12
-- add LazyVim and import its plugins
13
- { " LazyVim/LazyVim" , import = " lazyvim.plugins" , version = " v11.3.2" },
14
- { import = " lazyvim.plugins.extras.editor.navic" },
13
+ { " LazyVim/LazyVim" , import = " lazyvim.plugins" , version = " v12.27.0" },
15
14
{ import = " lazyvim.plugins.extras.formatting.prettier" },
16
- { import = " lazyvim.plugins.extras.lang.docker" },
17
- { import = " lazyvim.plugins.extras.lang.json" },
18
- { import = " lazyvim.plugins.extras.lang.markdown" },
19
- { import = " lazyvim.plugins.extras.lang.python" },
20
- { import = " lazyvim.plugins.extras.lang.rust" },
21
- { import = " lazyvim.plugins.extras.lang.typescript" },
22
15
-- import/override with your plugins
23
16
{ import = " plugins" },
24
17
},
You can’t perform that action at this time.
0 commit comments