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