chore(nvim): kulala formatter is now installed
This commit is contained in:
parent
3fc3c60182
commit
42abe59383
1 changed files with 14 additions and 2 deletions
|
@ -11,13 +11,25 @@ return {
|
||||||
},
|
},
|
||||||
lualine = " ",
|
lualine = " ",
|
||||||
},
|
},
|
||||||
|
ui = {
|
||||||
|
formatter = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
opts = {
|
||||||
|
ensure_installed = {
|
||||||
|
"kulala-fmt",
|
||||||
|
-- "kulala-ls",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
kulala_ls = {},
|
-- kulala_ls = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -25,7 +37,7 @@ return {
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.formatters_by_ft.http = opts.formatters_by_ft.http or {}
|
opts.formatters_by_ft.http = opts.formatters_by_ft.http or {}
|
||||||
table.insert(opts.formatters_by_ft.python, "kulala")
|
table.insert(opts.formatters_by_ft.http, "kulala")
|
||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue