Skip to content

Commit

Permalink
feat(lsp): skipped servers instead of filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed Jun 20, 2023
1 parent cf102bc commit 09d2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pea/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ local lsp = {
automatic_configuration = {
skipped_servers = {
"clangd",
"csharp_ls",
unpack(lvim.lsp.automatic_configuration.skipped_servers),
},
skipped_filetypes = { "cs", "cpp" },
},
buffer_mappings = {
normal_mode = {
Expand Down

0 comments on commit 09d2e5a

Please sign in to comment.