Xinqi Bao's Git
projects
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
feat(nvim): add copilot.lua setup with auto-trigger and tab accept
[dotfiles.git]
/
.config
/
nvim
/
init.vim
diff --git
a/.config/nvim/init.vim
b/.config/nvim/init.vim
index
4a6d558
..
a4ec84a
100644
(file)
--- a/
.config/nvim/init.vim
+++ b/
.config/nvim/init.vim
@@
-240,6
+240,13
@@
if has_key(plugs, 'nvim-treesitter')
set foldlevel=99
endif
+"----------------------
+" copilot.lua setting
+"----------------------
+if has_key(plugs, 'copilot.lua')
+ lua require('plugin-config/copilot')
+endif
+
"----------------------
" avante.nvim setting
"----------------------