🔧 Configured neovim to use codeium
This commit is contained in:
parent
53122d80f0
commit
57883c2e14
4 changed files with 32 additions and 6 deletions
|
|
@ -79,7 +79,7 @@ vim.cmd([[set foldmethod=manual]])
|
|||
-- vim.opt.textwidth = 80
|
||||
-- vim.opt.wrap = true
|
||||
-- vim.opt.linebreak = true
|
||||
-- vim.cmd([[au BufRead,BufNewFile *.md setlocal textwidth=80]])
|
||||
vim.cmd([[au BufRead,BufNewFile *.md setlocal textwidth=80]])
|
||||
|
||||
-- max tab characters
|
||||
vim.cmd([[let g:mintabline_tab_max_chars=10]])
|
||||
|
|
@ -137,3 +137,6 @@ augroup remember_folds
|
|||
autocmd BufWinEnter *.* silent! loadview
|
||||
augroup END
|
||||
]])
|
||||
|
||||
-- codeium disable default keybindings
|
||||
vim.g.codeium_disable_bindings = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue