stylua and removal mason reliance

This commit is contained in:
2026-04-11 22:36:03 +02:00
parent b9f92d6ba4
commit b0cbc702cf
29 changed files with 480 additions and 443 deletions
+18 -14
View File
@@ -1,20 +1,24 @@
require('undotree').setup({
require("undotree").setup {
float_diff = true,
layout = "left_bottom",
position = "left",
ignore_filetype = {
'undotree', 'undotreeDiff', 'qf', 'TelescopePrompt', 'spectre_panel',
'tsplayground'
"undotree",
"undotreeDiff",
"qf",
"TelescopePrompt",
"spectre_panel",
"tsplayground",
},
window = {winblend = 30},
window = { winblend = 30 },
keymaps = {
['j'] = "move_next",
['k'] = "move_prev",
['gj'] = "move2parent",
['J'] = "move_change_next",
['K'] = "move_change_prev",
['<cr>'] = "action_enter",
['p'] = "enter_diffbuf",
['q'] = "quit"
}
})
["j"] = "move_next",
["k"] = "move_prev",
["gj"] = "move2parent",
["J"] = "move_change_next",
["K"] = "move_change_prev",
["<cr>"] = "action_enter",
["p"] = "enter_diffbuf",
["q"] = "quit",
},
}