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