diff options
author | kylo252 <[email protected]> | 2021-12-01 19:02:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-01 19:02:06 +0100 |
commit | 3cae67b08b387964582b83fc28af7270cc326773 (patch) | |
tree | 0e0830b07efcd008a272e2cf9f367bf9a4554198 /lua/lvim/lsp | |
parent | 708fdd2980a7e42e2e67c5824f718a4ae9a9f0b4 (diff) |
chore: bump core-plugins' version (#2018)
Diffstat (limited to 'lua/lvim/lsp')
-rw-r--r-- | lua/lvim/lsp/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index 9a2f17df..18f1218d 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -45,6 +45,7 @@ return { override = { "angularls", "ansiblels", + "csharp_ls", "denols", "ember", "emmet_ls", |