Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed May 29, 2024
1 parent 988d41c commit 413e83a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neovim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ vim.api.nvim_create_autocmd("TermOpen", {

vim.api.nvim_create_autocmd("FocusGained", { command = "checktime", group = general_group })
vim.api.nvim_create_autocmd("LspDetach", {
group = lsp_group,
callback = function(args)
vim.lsp.completion.enable(false, args.data.client_id, args.buf)
end,
Expand Down

0 comments on commit 413e83a

Please sign in to comment.