Mix improvements (#206)

This commit is contained in:
Biser Stoilov 2021-04-01 11:33:02 +03:00 committed by GitHub
parent c2a937b622
commit 680b07b3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 4 deletions

View file

@ -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'