customize config

This commit is contained in:
2025-10-25 13:06:43 +07:00
parent e3572e1f5e
commit 2114855b8a
6 changed files with 43 additions and 31 deletions

View File

@@ -12,17 +12,13 @@ return {
require "configs.lspconfig"
end,
},
-- test new blink
-- { import = "nvchad.blink.lazyspec" },
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = {
-- ensure_installed = {
-- "vim", "lua", "vimdoc",
-- "html", "css"
-- },
-- },
-- },
{
"mistweaverco/kulala.nvim",
ft = {"http", "rest"},
opts = {
global_keymaps = true,
global_keymaps_prefix = "<leader>k",
kulala_keymaps_prefix = "",
},
},
}