@@ -64,7 +64,7 @@ autocmd BufNewFile,BufReadPost * if &filetype == "" | setlocal filetype=text | e
64
64
" Set tabstop shiftwidth expandtab listchars
65
65
autocmd FileType * set ts = 2 | set sw = 2 | set et | set lcs = tab :▒░ | set list | call s: UpdateReadingMode ()
66
66
autocmd FileType go,make set noet | set nolist
67
- autocmd FileType go,make,proto,markdown set ts = 4 | set sw = 4
67
+ autocmd FileType go,make,proto,markdown set ts = 4 | set sw = 4 | : syntax sync fromstart
68
68
69
69
" Leave the cursor at center of window
70
70
nmap n nzz
99
99
" Highlight
100
100
hi Search cterm= reverse ctermfg= yellow ctermbg= black
101
101
hi Visual cterm= reverse ctermfg= white ctermbg= black
102
- hi CursorLine cterm= reverse
103
102
hi QuickFixLine cterm= reverse
104
103
105
104
" Use tab to indent
@@ -372,6 +371,7 @@ let g:table_mode_disable_tableize_mappings = 1
372
371
" Configuration: suan/vim-instant-markdown
373
372
let g: instant_markdown_autostart = 0
374
373
au FileType markdown nmap <leader> p :InstantMarkdownPreview<cr>
374
+ let g: instant_markdown_mermaid = 1
375
375
376
376
" =========================================================
377
377
" Configuration: mzlogin/vim-markdown-toc
@@ -385,6 +385,8 @@ au FileType markdown,text nmap <leader>y :PanguAll<cr>
385
385
" Configuration floaterm
386
386
nnoremap <C-q> :silent! FloatermToggle<CR>
387
387
tnoremap <C-q> <C-\><C-n> :FloatermToggle<CR>
388
+ let g: floaterm_width = 0.99
389
+ let g: floaterm_height = 1.00
388
390
389
391
" =========================================================
390
392
" Configuration ivalkeen/vim-ctrlp-tjump
0 commit comments