Skip to content

Commit 81c5210

Browse files
umutondersuroryhen
andauthored
Fix: correct variables inside comments
Co-authored-by: Rory Hendrickson <[email protected]>
1 parent 531073d commit 81c5210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
--

0 commit comments

Comments
 (0)