[UPDATE] split python config to the plugin level and added os specific ruff file
This commit is contained in:
@@ -18,7 +18,7 @@ require("lazy").setup({
|
||||
-- add LazyVim and import its plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "plugins" },
|
||||
{ import = "plugins.langs" },
|
||||
{ import = "plugins.langs.python" },
|
||||
},
|
||||
defaults = {
|
||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||
|
||||
Reference in New Issue
Block a user