You've already forked dotfiles
fix: Moving the LSP configs out of the Mason file, using the new vim.lsp.config way of configuring LSPs, adding the 'after' config directory for LSP specific configs that override/extend those in the 'lsp' dir and fit with the new configuration way of NVIM 0.11+, moving shortcuts to lspconfig instead of Mason, removing the rename custom function in telescope and using the LSP based function.
This commit is contained in:
@@ -14,6 +14,7 @@ end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require('lazy').setup({
|
||||
require('plugins.lspconfig'), -- LSP configuration
|
||||
require('plugins.mason'), -- LSP and DAP manager
|
||||
require('plugins.gruvbox'), -- Colorscheme
|
||||
require('plugins.comment'), -- Simple language specific commenting shortcuts
|
||||
|
||||
Reference in New Issue
Block a user