Updated config
This commit is contained in:
@@ -28,6 +28,7 @@ return {
|
|||||||
json = { dprintOrPrettier() },
|
json = { dprintOrPrettier() },
|
||||||
markdown = { dprintOrPrettier() },
|
markdown = { dprintOrPrettier() },
|
||||||
python = { "ruff_fix", "ruff_format" },
|
python = { "ruff_fix", "ruff_format" },
|
||||||
|
http = { "kulala" },
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 500,
|
timeout_ms = 500,
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ return {
|
|||||||
"marksman",
|
"marksman",
|
||||||
"eslint",
|
"eslint",
|
||||||
"cspell_ls",
|
"cspell_ls",
|
||||||
|
"kulala_ls",
|
||||||
-- "emmylua_ls",
|
-- "emmylua_ls",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ return {
|
|||||||
"dprint",
|
"dprint",
|
||||||
"ruff",
|
"ruff",
|
||||||
"rustywind",
|
"rustywind",
|
||||||
|
"kulala-fmt",
|
||||||
},
|
},
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -158,7 +158,11 @@ return {
|
|||||||
"mistweaverco/kulala.nvim",
|
"mistweaverco/kulala.nvim",
|
||||||
ft = "http",
|
ft = "http",
|
||||||
config = function()
|
config = function()
|
||||||
require("kulala").setup()
|
require("kulala").setup({
|
||||||
|
global_keymaps = true,
|
||||||
|
global_keymaps_prefix = "<leader>R",
|
||||||
|
kulala_keymaps_prefix = "",
|
||||||
|
})
|
||||||
|
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = {
|
extension = {
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ return {
|
|||||||
"LazyButton",
|
"LazyButton",
|
||||||
"WhichKeyNormal",
|
"WhichKeyNormal",
|
||||||
"WhichKeyTitle",
|
"WhichKeyTitle",
|
||||||
|
"WhichKeyBorder",
|
||||||
"SnacksNotifierBorderError",
|
"SnacksNotifierBorderError",
|
||||||
"SnacksNotifierBorderDebug",
|
"SnacksNotifierBorderDebug",
|
||||||
"SnacksNotifierBorderWarn",
|
"SnacksNotifierBorderWarn",
|
||||||
|
|||||||
Reference in New Issue
Block a user