mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
Database support (#197)
This commit is contained in:
parent
c81abf2262
commit
3bc4bb6103
5 changed files with 15 additions and 1 deletions
|
@ -113,6 +113,11 @@ return require('packer').startup(function(use)
|
|||
use 'MattesGroeger/vim-bookmarks'
|
||||
use 'windwp/nvim-autopairs'
|
||||
|
||||
-- Database
|
||||
use 'tpope/vim-dadbod'
|
||||
use 'kristijanhusak/vim-dadbod-ui'
|
||||
use 'kristijanhusak/vim-dadbod-completion'
|
||||
|
||||
-- TODO put this back when stable for indent lines
|
||||
-- vim.g.indent_blankline_space_char = ''
|
||||
-- use 'b3nj5m1n/kommentary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue