File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ -- loader
2+ if vim .loader then
3+ vim .loader .enable ()
4+ end
5+
16-- bootstrap lazy.nvim, LazyVim and your plugins
27require (" config.lazy" )
Original file line number Diff line number Diff line change 33 " lazyvim.plugins.extras.ai.tabnine" ,
44 " lazyvim.plugins.extras.coding.nvim-cmp" ,
55 " lazyvim.plugins.extras.coding.yanky" ,
6+ " lazyvim.plugins.extras.dap.core" ,
7+ " lazyvim.plugins.extras.dap.nlua" ,
68 " lazyvim.plugins.extras.editor.dial" ,
79 " lazyvim.plugins.extras.editor.inc-rename" ,
810 " lazyvim.plugins.extras.editor.snacks_explorer" ,
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ g.autoformat = true
1212g .editorconfig = true
1313
1414-- Disable builtin providers
15- -- g.loaded_python3_provider = 0
16- -- g.loaded_perl_provider = 0
17- -- g.loaded_ruby_provider = 0
18- -- g.loaded_node_provider = 0
15+ g .loaded_python3_provider = 0
16+ g .loaded_perl_provider = 0
17+ g .loaded_ruby_provider = 0
18+ g .loaded_node_provider = 0
1919
2020-- Python settings
2121g .lazyvim_python_lsp = " basedpyright"
You can’t perform that action at this time.
0 commit comments