mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 12:41:57 +00:00
Attempt to refactor config to be more maintainable
This commit is contained in:
21
lua/plugins/lang/python.lua
Normal file
21
lua/plugins/lang/python.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
{
|
||||
"benomahony/uv.nvim",
|
||||
ft = { "python" },
|
||||
dependencies = {
|
||||
"folke/snacks.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
opts = {
|
||||
picker_integration = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "ruff" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user