My custom plugins
This commit is contained in:
parent
7def76648a
commit
f4b9fef63c
7 changed files with 84 additions and 0 deletions
15
lua/custom/plugins.lua
Normal file
15
lua/custom/plugins.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'tpope/vim-unimpaired',
|
||||
'tpope/vim-eunuch',
|
||||
-- { 'rafamadriz/friendly-snippets',
|
||||
-- init = function ()
|
||||
-- require("luasnip.loaders.from_vscode").lazy_load()
|
||||
-- end
|
||||
-- },
|
||||
'fatih/vim-go',
|
||||
{ 'mickael-menu/zk-nvim',
|
||||
init = function ()
|
||||
require("zk").setup()
|
||||
end
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue