parent
273c88b4fe
commit
f6f2286505
3 changed files with 20 additions and 51 deletions
home/common/nvim
|
@ -51,6 +51,16 @@
|
|||
targets-vim
|
||||
ts-comments-nvim
|
||||
|
||||
{
|
||||
plugin = blink-cmp;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require'blink-cmp'.setup({
|
||||
keymap = 'super-tab',
|
||||
})
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = codeium-nvim;
|
||||
type = "lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue