summaryrefslogtreecommitdiff
path: root/nvimrc
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-15 07:23:39 +0200
committernavewindre <boneyaard@gmail.com>2025-07-15 07:23:39 +0200
commit4e00800a88e917a9cd37cf8aa9a64252927c7c9b (patch)
tree56b996432b123915ee2acb7be4a38e7d473dd337 /nvimrc
parent048c29db28039510bc069bf20e1311fd45899173 (diff)
a
Diffstat (limited to 'nvimrc')
-rw-r--r--nvimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/nvimrc b/nvimrc
index 509cdc2..1aca127 100644
--- a/nvimrc
+++ b/nvimrc
@@ -2,7 +2,7 @@ let g:mapleader = '\'
let g:vsnip_snippet_dir = '~/.config/nvim/snippets'
" fuck zig niggers
let g:polyglot_disabled = ['autoindent']
-
+let g:tabby_keybinding_accept = '<Tab>'
lua <<EOF
local Plug = vim.fn['plug#'];
vim.call('plug#begin');
@@ -22,7 +22,7 @@ lua <<EOF
Plug('nvim-telescope/telescope.nvim', { tag = '0.1.8' })
Plug('hrsh7th/cmp-vsnip')
Plug('hrsh7th/vim-vsnip')
- Plug('TabbyML/vim-tabby')
+ Plug('navewindre/vim-tabby')
Plug('Yggdroot/indentLine')
Plug('johnfrankmorgan/whitespace.nvim')
Plug('sheerun/vim-polyglot')
@@ -489,7 +489,6 @@ function! TablineTabs()
return lightline#tabline()
endfunction
-let g:tabby_keybinding_accept = '<Tab>'
autocmd Filetype json,jsonc let g:indentLine_setConceal = 0
autocmd Filetype javascriptreact,typescriptreact TSEnable indent
autocmd Filetype * call tabby#inline_completion#keybindings#Setup()