[UPDATE] split python config to the plugin level and added os specific ruff file

This commit is contained in:
Daveanand Mannie
2025-03-28 03:35:42 -04:00
parent 007dcb8d4d
commit 152fe4a568
4 changed files with 67 additions and 138 deletions

View File

@@ -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.