1
0
Fork 0

nvim: Removed old autocmd

This commit is contained in:
Daniel Kempkens 2021-12-19 21:32:50 +01:00
parent 96fc9e48d6
commit 980c12606f

View file

@ -13,7 +13,6 @@ local function custom_attach(client, bufnr)
diagnostic_utils.maybe_enable_lsp(client, bufnr)
diagnostic_utils.maybe_enable_fixer(client, bufnr)
vim.api.nvim_command('doautocmd <nomodeline> User NifocLspAttached')
end
local function custom_attach_no_format(client, bufnr)