✨ 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": [
|
"extras": [
|
||||||
"lazyvim.plugins.extras.lang.python-semshi",
|
|
||||||
"lazyvim.plugins.extras.lang.yaml",
|
"lazyvim.plugins.extras.lang.yaml",
|
||||||
"lazyvim.plugins.extras.ui.edgy",
|
"lazyvim.plugins.extras.ui.edgy",
|
||||||
"lazyvim.plugins.extras.util.dot",
|
"lazyvim.plugins.extras.util.dot",
|
||||||
|
|
|
@ -1,13 +1,6 @@
|
||||||
return {
|
return {
|
||||||
{ import = "lazyvim.plugins.extras.lang.python" },
|
{ import = "lazyvim.plugins.extras.lang.python" },
|
||||||
{
|
{ import = "lazyvim.plugins.extras.lang.python-semshi" },
|
||||||
"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,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue