mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
Mix improvements (#206)
This commit is contained in:
parent
c2a937b622
commit
680b07b3f4
7 changed files with 17 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue