mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Update submodules and add rts to the list of text file formats
This commit is contained in:
parent
5478296a2f
commit
6106feb745
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7ed52d1e44a34223e9c2a4c527b186a141ea6f00
|
||||
Subproject commit 77c125170aa6b8c553d58f876021b0cedd8ac820
|
|
@ -1 +1 @@
|
|||
Subproject commit f64031b0a55b7e4e9df211d13365bb31a1e6740b
|
||||
Subproject commit cb29ce3812b8e888a65548321702aa75564c88b1
|
|
@ -1 +1 @@
|
|||
Subproject commit 190116870770dd813f6f695829b0e5ab42e11afc
|
||||
Subproject commit 651624ccba23e39f3245a062c8224a267b68af0d
|
|
@ -1 +1 @@
|
|||
Subproject commit 0cc3b8e8102c04c9b2338c18002208bcb21007b1
|
||||
Subproject commit 99e11199838ccbeb7213cbc30698200170d355c9
|
|
@ -41,7 +41,7 @@ endif
|
|||
autocmd BufEnter,BufRead PKGBUILD setlocal iskeyword-=.
|
||||
|
||||
"filtype specific settings
|
||||
autocmd Filetype text,mkd,mkdc,gitcommit,notes,mail,notmuch,taskreport setlocal nonumber spell nolist wrap linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "set some defaults for word processing
|
||||
autocmd Filetype text,mkd,mkdc,gitcommit,notes,mail,notmuch,rst,taskreport setlocal nonumber spell nolist wrap linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "set some defaults for word processing
|
||||
autocmd FileType help* wincmd L "help windows always open vertically
|
||||
autocmd FileType help* vertical resize 80 "set the window size to 80 cols
|
||||
autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line
|
||||
|
|
Loading…
Reference in a new issue