mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
9164088ecc
...
4e1c759bbc
Author | SHA1 | Date | |
---|---|---|---|
|
4e1c759bbc | ||
|
e93033fd69 |
4 changed files with 9 additions and 2 deletions
3
nvim/after/ftplugin/haskell.vim
Normal file
3
nvim/after/ftplugin/haskell.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
let g:haskall_test = 1
|
||||||
|
setlocal foldmethod<
|
||||||
|
setlocal foldtext<
|
2
nvim/after/syntax/cabal.vim
Normal file
2
nvim/after/syntax/cabal.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
setlocal foldmethod<
|
||||||
|
setlocal foldtext<
|
2
nvim/after/syntax/cabalconfig.vim
Normal file
2
nvim/after/syntax/cabalconfig.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
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.
|
||||||
let &l:comments = &g:comments
|
setlocal comments<
|
||||||
let &l:commentstring = '#%s'
|
setlocal commentstring=#%s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue