mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Added link for json fomatter, small fix in rst open in browser fun
This commit is contained in:
1
ftplugin/json
Symbolic link
1
ftplugin/json
Symbolic link
@@ -0,0 +1 @@
|
||||
javascript
|
||||
@@ -6,7 +6,7 @@ setlocal smartindent
|
||||
setlocal autoindent
|
||||
setlocal formatoptions=tcq "set VIms default
|
||||
|
||||
function <SID>ShowInBrowser()
|
||||
function! <SID>ShowInBrowser()
|
||||
let l:uri = expand("%:p:r") . ".html"
|
||||
silent make
|
||||
call system(g:browser . " " . l:uri)
|
||||
|
||||
Reference in New Issue
Block a user