Work nvim config
This commit is contained in:
@@ -74,6 +74,7 @@ require("lazy").setup({
|
||||
{
|
||||
"junegunn/seoul256.vim"
|
||||
},
|
||||
require("kickstart.plugins.work"),
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
|
||||
4
nvim/.config/nvim/lua/kickstart/plugins/work.lua
Normal file
4
nvim/.config/nvim/lua/kickstart/plugins/work.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"github/copilot.vim",
|
||||
require("kickstart.plugins.copilot_chat")
|
||||
}
|
||||
Reference in New Issue
Block a user