Add trouble.nvim

This commit is contained in:
Alex Selimov 2024-12-12 19:49:35 -05:00
parent 98bc388c4a
commit f77edb0163
2 changed files with 53 additions and 2 deletions

View file

@ -11,7 +11,8 @@ map <C-b> : w % <Bar> AsyncRun md2pdf "%" <CR>
map <A-p> : w % <Bar> AsyncRun md2beamer "%" <CR>
map <A-b> : w % <Bar> AsyncRun md2docx % <CR>
map <C-z> : !zathura %:r.pdf & <CR>
inoremap ;b ****<esc>hi
inoremap <leader>b ****<esc>hi
inoremap <leader>i **<esc>i
command Stab Tabularize /\s\+\zs\s/l1c0
nnoremap ;t :Tabularize /\s\+\zs\s/l1c0<CR>
set tw=1000