Work nvim config

This commit is contained in:
2026-03-15 14:19:02 +05:30
parent 7ec8151131
commit 455cc96884
2 changed files with 5 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ require("lazy").setup({
{ {
"junegunn/seoul256.vim" "junegunn/seoul256.vim"
}, },
require("kickstart.plugins.work"),
-- NOTE: Plugins can also be added by using a table, -- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following -- with the first argument being the link and the following

View File

@@ -0,0 +1,4 @@
return {
"github/copilot.vim",
require("kickstart.plugins.copilot_chat")
}