✨ feat(nvim): add pythom-semshi lang to the python extended extra
This commit is contained in:
parent
1476ce844c
commit
df1c358af6
2 changed files with 1 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.lang.python-semshi",
|
||||
"lazyvim.plugins.extras.lang.yaml",
|
||||
"lazyvim.plugins.extras.ui.edgy",
|
||||
"lazyvim.plugins.extras.util.dot",
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
return {
|
||||
{ import = "lazyvim.plugins.extras.lang.python" },
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.formatters_by_ft.python = opts.formatters_by_ft.python or {}
|
||||
table.insert(opts.formatters_by_ft.python, "ruff_format")
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
{ import = "lazyvim.plugins.extras.lang.python-semshi" },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue