install powershell_es for lsp and parser in treesitter

This commit is contained in:
Baipyrus 2024-08-15 11:38:54 +02:00
parent 48eacbfcab
commit 8c712f86f8
2 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,7 @@ return {
-- - settings (table): Override the default settings passed when initializing the server.
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
powershell_es = {},
rust_analyzer = {},
tailwindcss = {},
omnisharp = {},

View File

@ -30,6 +30,7 @@ return {
'rust',
'c_sharp',
'go',
'powershell',
-- git
'gitcommit',
'gitignore',