mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "4e1c759bbc18dbb858aca4d2b020538ae92f4b76" and "9164088ecc3e968e257b1fc08650fc136c34fc2c" have entirely different histories.
4e1c759bbc
...
9164088ecc
4 changed files with 2 additions and 9 deletions
|
@ -1,3 +0,0 @@
|
||||||
let g:haskall_test = 1
|
|
||||||
setlocal foldmethod<
|
|
||||||
setlocal foldtext<
|
|
|
@ -1,2 +0,0 @@
|
||||||
setlocal foldmethod<
|
|
||||||
setlocal foldtext<
|
|
|
@ -1,2 +0,0 @@
|
||||||
setlocal foldmethod<
|
|
||||||
setlocal foldtext<
|
|
|
@ -4,5 +4,5 @@
|
||||||
" sourced in `syntax/nginx.vim` in vim-polyglot, which resets the `commentstring`
|
" sourced in `syntax/nginx.vim` in vim-polyglot, which resets the `commentstring`
|
||||||
" set in `ftplugin/nginx.vim` and sets `comments` to some garbage. This script
|
" set in `ftplugin/nginx.vim` and sets `comments` to some garbage. This script
|
||||||
" undoes that damage.
|
" undoes that damage.
|
||||||
setlocal comments<
|
let &l:comments = &g:comments
|
||||||
setlocal commentstring=#%s
|
let &l:commentstring = '#%s'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue