mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 13:03:49 +00:00
install powershell_es for lsp and parser in treesitter
This commit is contained in:
parent
48eacbfcab
commit
8c712f86f8
@ -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 = {},
|
||||
|
@ -30,6 +30,7 @@ return {
|
||||
'rust',
|
||||
'c_sharp',
|
||||
'go',
|
||||
'powershell',
|
||||
-- git
|
||||
'gitcommit',
|
||||
'gitignore',
|
||||
|
Loading…
Reference in New Issue
Block a user