1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-04-27 23:35:05 +02:00
git.oat.zone--dark-firepit-.../config/neovim/plugins.vim
System administrator ec00c09f2e Dotfiles
2022-01-11 17:44:40 +00:00

13 lines
396 B
VimL

" let g:hoogle_search_count = 20
" au BufNewFile,BufRead *.hs map <silent> <F1> :Hoogle<CR>
" au BufNewFile,BufRead *.hs map <silent> <C-c> :HoogleClose<CR>
nnoremap <C-t>n :NERDTreeFocus<CR>
map <C-t>f :NERDTreeToggle<CR>
map <C-t>s :NERDTreeFind<CR>
" let g:hoogle_fzf_cache_file = '~/.cache/fzf-hoogle/cache.json'
" nnoremap <leader>h :Hoogle <CR>
let g:vimtex_compiler_method = 'tectonic'