From 680b07b3f4302130368b80c93f5a516b174d5bc3 Mon Sep 17 00:00:00 2001 From: Biser Stoilov Date: Thu, 1 Apr 2021 11:33:02 +0300 Subject: Mix improvements (#206) --- lua/plugins.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 387e659d..db94d660 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -88,9 +88,15 @@ return require('packer').startup(function(use) -- use 'gennaro-tedesco/nvim-jqx' -- use 'turbio/bracey.vim' + -- Php + use 'phpactor/phpactor' + -- Flutter use 'thosakwe/vim-flutter' + -- Dependency assistent + use 'akinsho/dependency-assist.nvim' + -- Registers -- use 'gennaro-tedesco/nvim-peekup' @@ -113,6 +119,7 @@ return require('packer').startup(function(use) use 'andymass/vim-matchup' use 'MattesGroeger/vim-bookmarks' use 'windwp/nvim-autopairs' + use 'mbbill/undotree' -- Database use 'tpope/vim-dadbod' -- cgit v1.2.3