build core, basic and go variants and add template

This commit is contained in:
Dietrich Rink
2023-06-01 00:54:51 +02:00
parent 76e695ebbb
commit dd67e62569
31 changed files with 800 additions and 2 deletions

View File

@@ -0,0 +1,32 @@
local pack = require('pack')
-- tmux integration
pack 'vim-tmux-navigator'
pack 'vimux'
-- File tree navigation
pack 'nvim-web-devicons'
pack 'nvim-tree.lua'
pack 'ctrlp.vim'
-- Language servers and snippets
pack 'nvim-lspconfig'
pack 'LuaSnip'
-- Completion
pack 'cmp-buffer'
pack 'cmp-path'
pack 'cmp-cmdline'
pack 'cmp-nvim-lua'
pack 'cmp-nvim-lsp'
pack 'cmp_luasnip'
pack 'nvim-cmp'
-- Editing
pack 'auto-pairs'
pack 'vim-surround'
pack 'vim-repeat'
-- Visuals
pack 'vim-buftabline'
pack 'nvim-juliana'