Allow project specifics

This commit is contained in:
Thomas Gideon 2022-07-30 15:28:00 -04:00
parent c8d7834f22
commit b5b41624af
2 changed files with 4 additions and 0 deletions

View file

@ -122,7 +122,9 @@ noremap <C-Down> :call AdjustFontSize(-1)<CR>
inoremap <C-Up> <Esc>:call AdjustFontSize(1)<CR>a
inoremap <C-Down> <Esc>:call AdjustFontSize(-1)<CR>a
lua << EOF
require('nvim-projectconfig').setup({autocmd=true})
require("trouble").setup {
-- your configuration comes here
-- or leave it empty to use the default settings