1
0
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:
2016-09-01 21:11:44 +02:00
parent 3cfc132cd9
commit 958453acb6
2 changed files with 2 additions and 1 deletions

1
ftplugin/json Symbolic link
View File

@@ -0,0 +1 @@
javascript

View File

@@ -6,7 +6,7 @@ setlocal smartindent
setlocal autoindent setlocal autoindent
setlocal formatoptions=tcq "set VIms default setlocal formatoptions=tcq "set VIms default
function <SID>ShowInBrowser() function! <SID>ShowInBrowser()
let l:uri = expand("%:p:r") . ".html" let l:uri = expand("%:p:r") . ".html"
silent make silent make
call system(g:browser . " " . l:uri) call system(g:browser . " " . l:uri)