Fix iron.nvim config
This commit is contained in:
parent
80526d30e5
commit
802de8b088
2 changed files with 11 additions and 20 deletions
|
@ -1,4 +1,3 @@
|
|||
inoremap <Space><Space> <Esc>/<++><Enter>"_c4l
|
||||
set spell spellfile="~/.config/nvim/spell/wordlist"
|
||||
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran']
|
||||
"set conceallevel=2
|
||||
|
@ -9,14 +8,6 @@ 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 ;i ** <++><Esc>5hi
|
||||
inoremap ;b **** <++><Esc>6hi
|
||||
inoremap ;l [](<++>)<Esc>6hi
|
||||
inoremap ;I <Esc>6hi
|
||||
inoremap ;pc ```<CR>```<Esc>O
|
||||
inoremap ;cu - [ ]
|
||||
inoremap ;cc - [x]
|
||||
|
||||
set tw=200
|
||||
set tw=1000
|
||||
set colorcolumn=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue