Xinqi Bao's Git

refactor: migrate xdev commands to plugin, update install script
[dotfiles.git] / .config / nvim / init.vim
index 4a6d558..a4ec84a 100644 (file)
@@ -240,6 +240,13 @@ if has_key(plugs, 'nvim-treesitter')
     set foldlevel=99
 endif
 
     set foldlevel=99
 endif
 
+"----------------------
+" copilot.lua setting
+"----------------------
+if has_key(plugs, 'copilot.lua')
+    lua require('plugin-config/copilot')
+endif
+
 "----------------------
 " avante.nvim setting
 "----------------------
 "----------------------
 " avante.nvim setting
 "----------------------