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:
1
vimrc
1
vimrc
@@ -320,6 +320,7 @@ function s:SetRestSettings() "{{{2
|
|||||||
setlocal smartindent
|
setlocal smartindent
|
||||||
setlocal autoindent
|
setlocal autoindent
|
||||||
setlocal formatoptions=tcq "set VIms default
|
setlocal formatoptions=tcq "set VIms default
|
||||||
|
syn spell toplevel
|
||||||
|
|
||||||
function! <SID>ShowInBrowser()
|
function! <SID>ShowInBrowser()
|
||||||
let l:uri = expand("%:p:r") . ".html"
|
let l:uri = expand("%:p:r") . ".html"
|
||||||
|
|||||||
Reference in New Issue
Block a user