summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua7
1 files changed, 7 insertions, 0 deletions
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'