mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13: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.
|
-- - 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/
|
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||||
local servers = {
|
local servers = {
|
||||||
|
powershell_es = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
omnisharp = {},
|
omnisharp = {},
|
||||||
|
@ -30,6 +30,7 @@ return {
|
|||||||
'rust',
|
'rust',
|
||||||
'c_sharp',
|
'c_sharp',
|
||||||
'go',
|
'go',
|
||||||
|
'powershell',
|
||||||
-- git
|
-- git
|
||||||
'gitcommit',
|
'gitcommit',
|
||||||
'gitignore',
|
'gitignore',
|
||||||
|
Loading…
Reference in New Issue
Block a user