summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin
Commit message (Collapse)AuthorAgeFilesLines
* disable some pdf functionality due to a bugJesse Luehrs2021-12-271-1/+3
|
* try out vimwikiJesse Luehrs2021-07-101-0/+1
|
* add some shfmt configJesse Luehrs2021-07-101-0/+1
|
* use rust-analyzerJesse Luehrs2021-06-191-3/+2
|
* remove more perl dev stuffJesse Luehrs2021-03-081-14/+0
|
* use shfmtJesse Luehrs2021-03-081-0/+2
|
* use go to definition for rustJesse Luehrs2021-02-211-0/+2
|
* also use prettier for jsJesse Luehrs2020-06-111-1/+2
|
* fix ale rustfmtJesse Luehrs2020-04-201-0/+1
|
* add a few more ale fixersJesse Luehrs2019-07-082-0/+5
|
* polyglot and ale already include terraform supportJesse Luehrs2019-07-081-0/+2
|
* make ale use clippy for lintingJesse Luehrs2019-06-261-0/+1
|
* use ale's fixer for rustfmtJesse Luehrs2018-12-231-1/+2
|
* use rls instead of cargo check for error reportingJesse Luehrs2018-12-231-1/+2
|
* rustfmt on save for rust filesJesse Luehrs2018-12-221-0/+1
|
* remove some unnecessary configJesse Luehrs2018-09-231-1/+0
|
* try to call synctex a bit less oftenJesse Luehrs2018-05-201-2/+11
|
* remove some latex editing features i no longer useJesse Luehrs2018-05-201-34/+1
|
* use zathura and synctex for latex editingJesse Luehrs2018-05-201-20/+52
|
* set terraform_fmt_on_save globallyJesse Luehrs2018-05-071-1/+0
| | | | the terraform plugin currently requires this
* remove the vader vim pluginJesse Luehrs2018-03-081-1/+0
|
* disable perl syntax foldingJesse Luehrs2018-03-031-0/+1
|
* fix pdf viewing in evince in my latex pluginJesse Luehrs2018-03-031-1/+1
|
* don't autoalign => in puppetJesse Luehrs2017-11-051-0/+1
|
* add vader plugin for vim testsJesse Luehrs2017-10-311-0/+1
|
* disable syntax-based indent for perlJesse Luehrs2017-10-301-0/+2
| | | | rainbow parens breaks it
* only go into insert mode for empty gitcommit buffersJesse Luehrs2017-10-291-1/+5
|
* a few more tweaks for xs filesJesse Luehrs2017-10-291-0/+9
|
* automatically start in insert mode for gitcommit messagesJesse Luehrs2017-10-291-0/+4
|
* split out my settings into a plugin tooJesse Luehrs2017-10-292-0/+2
|
* more vim scopingJesse Luehrs2017-10-295-20/+21
| | | | | this fixes, at least, using the Help function directly before opening denite for the first time (since `modifiable` was leaking through)
* clean up the help overrides stuff a bitJesse Luehrs2017-10-293-11/+12
|
* use ri and pydoc for K in ruby and pythonJesse Luehrs2017-10-273-2/+18
|
* reorganizeJesse Luehrs2017-10-271-0/+1
|
* don't save viminfo data at all for gitcommit buffersJesse Luehrs2017-10-271-0/+1
|
* set the correct commentstring for terraformJesse Luehrs2017-10-261-0/+1
|
* move filetype-specific configuration into ftpluginsJesse Luehrs2017-10-244-0/+18
| | | | | (and ftdetect/syntax as appropriate). also just remove some configuration that i don't care about anymore.
* clean up some ftpluginsJesse Luehrs2017-10-245-48/+21
|
* move filetype-specific ale configuration to ftpluginsJesse Luehrs2017-10-243-0/+21
|
* remove some vim config that i don't use anymoreJesse Luehrs2017-10-205-85/+1
|
* use the cargo compiler plugin for cargo projectsJesse Luehrs2017-06-181-0/+1
|
* vim config for goJesse Luehrs2015-02-221-0/+1
|
* set makeprg for rust filesJesse Luehrs2014-09-141-0/+5
|
* eh, let's not do thisJesse Luehrs2014-07-141-3/+0
|
* don't assume i'm looking for a module if lib/ doesn't existJesse Luehrs2014-06-161-1/+3
|
* automake for latex editing (to update the pdf display)Jesse Luehrs2013-12-111-0/+14
|
* markdown files should also have automatic text wrapJesse Luehrs2013-11-011-0/+1
|
* unite was fixed, so i can do the right thing hereJesse Luehrs2013-10-292-2/+2
|
* slightly better default unite search patternJesse Luehrs2013-10-272-2/+2
| | | | | what i actually want is '^lib/ ', but that's broken currently (see https://github.com/Shougo/unite.vim/issues/405)
* only file_rec should get the prefixJesse Luehrs2013-10-272-2/+2
|