kickstart.nvim/lua/custom/plugins/init.lua

17 lines
330 B
Lua
Raw Normal View History

-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
2023-08-27 22:18:43 +05:30
return {
2023-10-08 23:55:49 +05:30
--[[ {
'theprimeagen/harpoon',
2023-08-27 22:18:43 +05:30
},
2023-10-08 23:55:49 +05:30
]] --[[ {
'mbbill/undotree'
} ]]
2023-08-27 22:18:43 +05:30
{
2023-10-08 23:55:49 +05:30
'nvim-web-devicons',
}
2023-08-27 22:18:43 +05:30
}