diff options
author | Biser Stoilov <[email protected]> | 2021-04-01 11:33:02 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 04:33:02 -0400 |
commit | 680b07b3f4302130368b80c93f5a516b174d5bc3 (patch) | |
tree | 8e02f91eb6c9a5bb7c719aaf412a22d1fb9eafa5 /lua/plugins.lua | |
parent | c2a937b622e61309f7b40361d6b85494c578a452 (diff) |
Mix improvements (#206)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 7 |
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' |