fix taplo config and change goto keybindings from <> to «»

This commit is contained in:
Fábio André Damas 2025-03-29 01:53:04 +00:00
parent acdaa3bbaa
commit 7ced740381
4 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,6 @@
return {
cmd = { "taplo", "lsp", "stdio" },
filetypes = { "toml" },
single_file_support = true
single_file_support = true,
root_markers = { "." }
}