fix taplo config and change goto keybindings from <> to «»
This commit is contained in:
parent
acdaa3bbaa
commit
7ced740381
4 changed files with 8 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
cmd = { "taplo", "lsp", "stdio" },
|
||||
filetypes = { "toml" },
|
||||
single_file_support = true
|
||||
single_file_support = true,
|
||||
root_markers = { "." }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue