File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -719,13 +719,13 @@ require('lazy').setup({
719719 -- NOTE: Some servers still require the nvim-lspconfig setup until they are updated
720720 -- Add this template inside the handler function after initializing config if you encounter issues with any lsp
721721 --
722- -- if server == 'example_server' or server == 'example_server2' then
722+ -- if server_name == 'example_server' or server_name == 'example_server2' then
723723 -- -- This handles overriding only values explicitly passed
724724 -- -- by the server configuration above. Useful when disabling
725725 -- -- certain features of an LSP (for example, turning off formatting for ts_ls)
726726 -- local capabilities = require('blink.cmp').get_lsp_capabilities()
727727 -- config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, config.capabilities or {})
728- -- require('mason-lspconfig')[server ].setup(config)
728+ -- require('mason-lspconfig')[server_name ].setup(config)
729729 -- return
730730 -- end
731731 --
You can’t perform that action at this time.
0 commit comments