Skip to content

Commit d39ea48

Browse files
committed
⚙️ config(config): update neovim configuration
1 parent fb7ba0f commit d39ea48

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.config/nvim/init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
-- loader
2+
if vim.loader then
3+
vim.loader.enable()
4+
end
5+
16
-- bootstrap lazy.nvim, LazyVim and your plugins
27
require("config.lazy")

.config/nvim/lazyvim.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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",

.config/nvim/lua/config/options.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ g.autoformat = true
1212
g.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
2121
g.lazyvim_python_lsp = "basedpyright"

0 commit comments

Comments
 (0)