mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
Refactor Plugins
This commit is contained in:
parent
b3f3fc70f0
commit
78dc0868c7
8 changed files with 57 additions and 150 deletions
8
lua/custom/plugins/vauge.lua
Normal file
8
lua/custom/plugins/vauge.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- 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
|
||||
return {
|
||||
'vague2k/vague.nvim',
|
||||
config = function() end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue