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' pack 'lsp_signature.nvim' -- Completion pack 'cmp-buffer' pack 'cmp-path' 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 'kanagawa.nvim'