diff options
-rw-r--r-- | lua/nv-autocommands/init.lua | 2 | ||||
-rw-r--r-- | lua/plugins.lua | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lua/nv-autocommands/init.lua b/lua/nv-autocommands/init.lua index 55fabe8b..ff2cbf50 100644 --- a/lua/nv-autocommands/init.lua +++ b/lua/nv-autocommands/init.lua @@ -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()'}, diff --git a/lua/plugins.lua b/lua/plugins.lua index 63e3c0d3..2a48b66b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -124,13 +124,14 @@ 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' use 'kristijanhusak/vim-dadbod-ui' use 'kristijanhusak/vim-dadbod-completion' - -- Documentation Generator + -- Documentation Generator use {'kkoomen/vim-doge', run = ':call doge#install()'} -- TODO put this back when stable for indent lines |