nvim: Removed old autocmd
This commit is contained in:
parent
96fc9e48d6
commit
980c12606f
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ local function custom_attach(client, bufnr)
|
||||||
|
|
||||||
diagnostic_utils.maybe_enable_lsp(client, bufnr)
|
diagnostic_utils.maybe_enable_lsp(client, bufnr)
|
||||||
diagnostic_utils.maybe_enable_fixer(client, bufnr)
|
diagnostic_utils.maybe_enable_fixer(client, bufnr)
|
||||||
vim.api.nvim_command('doautocmd <nomodeline> User NifocLspAttached')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function custom_attach_no_format(client, bufnr)
|
local function custom_attach_no_format(client, bufnr)
|
||||||
|
|
Loading…
Reference in a new issue