refactor: lets try without mini.completion
This commit is contained in:
@@ -39,11 +39,11 @@ vim.o.virtualedit = 'block' -- Allow going past end of line in blockwise mode
|
||||
|
||||
vim.o.complete = '.,w,b,kspell' -- Use less sources
|
||||
vim.o.completeopt = 'menuone,noselect,fuzzy' -- Use custom behavior
|
||||
vim.o.completetimeout = 100 -- Limit sources delay
|
||||
|
||||
-- Autocommands
|
||||
Config.autocmd('TextYankPost', '*', function() vim.hl.hl_op() end, 'Highlight yanked text')
|
||||
Config.autocmd('TermOpen', '*', function() vim.cmd('startinsert') end, 'Start insert mode when terminal opens')
|
||||
Config.autocmd('LspAttach', '*', function(ev) vim.bo[ev.buf].complete = 'o' end, 'Use lsp completions')
|
||||
|
||||
-- Diagnostics
|
||||
Config.later(function()
|
||||
|
||||
Reference in New Issue
Block a user