feat(nvim): add taplo lsp (TOML)
This commit is contained in:
@@ -28,6 +28,7 @@ in
|
||||
ripgrep # telescope
|
||||
|
||||
vscode-json-languageserver
|
||||
taplo
|
||||
typos-lsp
|
||||
];
|
||||
};
|
||||
|
||||
@@ -80,6 +80,7 @@ local servers = {
|
||||
java_language_server = {},
|
||||
jsonls = {},
|
||||
pyright = {},
|
||||
taplo = {},
|
||||
ts_ls = {},
|
||||
typos_lsp = {},
|
||||
-- keep-sorted end
|
||||
|
||||
Reference in New Issue
Block a user