Skip to content

Commit b884625

Browse files
committed
fix(lsp): remove LspAttach event, i don't think that's necessary since we use nixvim
1 parent 456cc98 commit b884625

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/nixvim/options/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ in
103103
plugins.lsp.luaConfig.pre = ''
104104
dofile(vim.g.base46_cache .. "lsp")
105105
require("nvchad.lsp").diagnostic_config()
106-
vim.api.nvim_create_autocmd("LspAttach", {
107-
callback = function(args)
108-
M.on_attach(_, args.buf)
109-
end,
110-
})
111106
'';
112107
plugins.lsp.lazyLoad.settings.before = mkRawFn ''
113108
require('lz.n').trigger_load('blink.cmp')

0 commit comments

Comments
 (0)