mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
update
This commit is contained in:
parent
f6ddae028e
commit
1853b4f2aa
2 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ utils.define_augroups({
|
|||
{'BufWinEnter', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufRead', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufNewFile', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'QuitPre', '*', 'set title set titleold='},
|
||||
{'VimLeavePre', '*', 'set title set titleold='},
|
||||
|
||||
-- {'User', 'GoyoLeave', 'lua require(\'galaxyline\').disable_galaxyline()'},
|
||||
-- {'User', 'GoyoEnter', 'lua require(\'galaxyline\').galaxyline_augroup()'},
|
||||
|
|
|
@ -124,6 +124,7 @@ return require('packer').startup(function(use)
|
|||
use 'windwp/nvim-autopairs'
|
||||
use 'mbbill/undotree'
|
||||
use 'nacro90/numb.nvim'
|
||||
use 'turbio/bracey.vim'
|
||||
|
||||
-- Database
|
||||
use 'tpope/vim-dadbod'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue