1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Set spell on rest file visible

This commit is contained in:
2019-07-20 13:48:23 +02:00
parent 25bf57354f
commit 2d68183351

1
vimrc
View File

@@ -320,6 +320,7 @@ function s:SetRestSettings() "{{{2
setlocal smartindent
setlocal autoindent
setlocal formatoptions=tcq "set VIms default
syn spell toplevel
function! <SID>ShowInBrowser()
let l:uri = expand("%:p:r") . ".html"