Kevin MacMartin
|
2eb91d7fca
|
Add a little scroll status bar to lightline
|
2020-11-26 12:57:21 -05:00 |
|
Kevin MacMartin
|
00e0718252
|
Remove emmet as it's really not appropriate as a global plugin
|
2020-11-19 16:35:44 -05:00 |
|
Kevin MacMartin
|
b830622667
|
Remove cosco as I never actually used it, and fix the link to the darkcloud polyglot fork
|
2020-11-19 16:17:31 -05:00 |
|
Kevin MacMartin
|
cd83b4fae9
|
Add $ to iskeyword for scss
|
2020-10-25 20:56:01 -04:00 |
|
Kevin MacMartin
|
fe450f0c48
|
Increase the async update rate and fix gutter toggling
|
2020-07-13 17:19:23 -04:00 |
|
Kevin MacMartin
|
48bbdc39b7
|
Start scrolling horizontally or vertically when the cursor is 5 characters from the edge, and scroll horizontally smoothly rather than in jumps
|
2020-06-17 00:30:13 -04:00 |
|
Kevin MacMartin
|
9e436cef9d
|
Remove some filetype-specific settings for overly custom filetypes (those should be configured in the user's config), and remove the textwidth override setting it to 0 for the mail filetype
|
2020-03-16 20:59:25 -04:00 |
|
Kevin MacMartin
|
6ba3ace330
|
Remove gundo (which no longer works)
|
2020-01-30 00:14:57 -05:00 |
|
Kevin MacMartin
|
7cb00613b2
|
Disable shift+k opening the help, which only really works for a couple languages and is mostly something I hit by mistake
|
2019-12-02 11:54:38 -05:00 |
|
Kevin MacMartin
|
1b4f5f92d2
|
Disable modelines as these aren't secure (and aren't a great practice imo, but that's more of an opinion)
|
2019-06-05 00:36:27 -04:00 |
|
Kevin MacMartin
|
f0f4f2bf97
|
Handle *.neomuttrc and *.muttrc files appropriately (and remove the autocmd for muttrc because that's detected by vim)
|
2019-05-24 00:31:02 -04:00 |
|
Kevin MacMartin
|
3469579747
|
Remove the deoplate cache_limit variable as this is no longer used by the plugin
|
2019-05-10 21:48:29 -04:00 |
|
Kevin MacMartin
|
af979973bc
|
Never auto-start the filer (I realized every deployment had that workflow disabled)
|
2019-03-21 16:28:08 -04:00 |
|
Kevin MacMartin
|
1d3ad8d862
|
Increase the maximum amount of memory allocated for pattern matching to 10 megabytes
|
2019-03-15 11:58:18 -04:00 |
|
Kevin MacMartin
|
b2cda4fe26
|
Set tabs to two spaces in text files, and fix markdown-specific settings (it was using the wrong filetype)
|
2019-02-25 20:23:10 -05:00 |
|
Kevin MacMartin
|
e7eb8c0f8f
|
Tighten up the file-type-based-on-filename section, and add .eslintrc as json
|
2018-11-13 16:03:34 -05:00 |
|
Kevin MacMartin
|
444cdcab94
|
Don't stop highlighting syntax after 350 characters
|
2018-11-13 16:01:35 -05:00 |
|
Kevin MacMartin
|
20437cec96
|
Use /tmp for the ctags temporary directory if it exists
|
2018-07-13 16:06:00 -04:00 |
|
Kevin MacMartin
|
bcf0b91cb2
|
Increase synmaxcol to 350 chars
|
2018-06-05 15:32:01 -04:00 |
|
Kevin MacMartin
|
13d3a675fc
|
Update the comment for the tcomment filetype configuration so it doesn't specify vue
|
2018-05-14 14:29:28 -04:00 |
|
Kevin MacMartin
|
c19f3a857c
|
Prevent slowdowns related to excessively long lines by preventing syntax highlighting after 300th character
|
2018-04-09 17:05:19 -04:00 |
|
Kevin MacMartin
|
ec41593643
|
Decrease the number of indents before folds appear and disable folding by default
|
2018-04-09 16:11:10 -04:00 |
|
Kevin MacMartin
|
9948a62521
|
Add the correct comment style for the blade filetype
|
2018-04-05 17:34:10 -04:00 |
|
Kevin MacMartin
|
b0a0470703
|
Update submodules and declare comment style in vue files
|
2018-03-21 11:02:15 -04:00 |
|
Kevin MacMartin
|
68f480a867
|
Allow eslint to be used to fix vue files
|
2018-03-16 14:29:21 -04:00 |
|
Kevin MacMartin
|
323b55efc8
|
Don't override the filetype for vue files
|
2018-03-15 13:40:07 -04:00 |
|
Kevin MacMartin
|
34835caf48
|
Normalize comment style a bit
|
2018-03-14 11:38:51 -04:00 |
|
Kevin MacMartin
|
8861aa289f
|
Open the ale error list by hitting leader twice instead of on error, and always show the gutter when ale is enabled to avoid having the window jump around as errors appear and disappear
|
2018-03-13 22:50:50 -04:00 |
|
Kevin MacMartin
|
676378ca45
|
Don't both checking for autocmd
|
2018-03-13 16:49:25 -04:00 |
|
Kevin MacMartin
|
5343c44763
|
Replace neocomplete with deoplete
|
2018-03-13 15:38:03 -04:00 |
|
Kevin MacMartin
|
21ba96d480
|
Don't test for autocmd
|
2018-03-13 15:37:19 -04:00 |
|
Kevin MacMartin
|
00797d8f99
|
Configure all options for when to lint with ale (regardless of their defaults, for easy access later)
|
2018-03-13 11:46:26 -04:00 |
|
Kevin MacMartin
|
c8de1131ba
|
Configure ale not to lint while in insert mode, and to lint when leaving insert mode
|
2018-03-13 11:40:42 -04:00 |
|
Kevin MacMartin
|
9c24b1b8b5
|
Reduce the ale error list size
|
2018-03-13 11:35:21 -04:00 |
|
Kevin MacMartin
|
ae8ba0a227
|
Replace syntastic with ale
|
2018-03-13 11:32:04 -04:00 |
|
Kevin MacMartin
|
e5f28b842e
|
Clean up formatting in the config folder
|
2018-03-11 23:36:47 -04:00 |
|
Kevin MacMartin
|
f9ffbe4e5a
|
Update submodules and remove vim-bookmarks
|
2018-03-11 20:08:14 -04:00 |
|
Kevin MacMartin
|
032ad3197a
|
Split the plugins config separate files for each plugin
|
2018-03-11 19:21:58 -04:00 |
|
Kevin MacMartin
|
384549b348
|
Add cosco.vim to add semicolons or commas to the end of the line based on the lines around it, and hook it up to ;; as a shortcut
|
2017-11-22 14:42:33 -05:00 |
|
Kevin MacMartin
|
6d70d699fa
|
Don't delete with backspace in visual mode
|
2017-10-24 21:25:51 -04:00 |
|
Kevin MacMartin
|
80b5a0ded4
|
Map the t character to select to the end of the word
|
2017-10-06 13:57:15 -04:00 |
|
Kevin MacMartin
|
bec958dbdc
|
Ignore the shellcheck error about checking exit codes directly
|
2017-09-26 16:45:34 -04:00 |
|
Kevin MacMartin
|
5c336c99b1
|
Don't complain about too many lines of code in PHP files
|
2017-08-14 17:20:01 -04:00 |
|
Kevin MacMartin
|
18388aac7a
|
Increase the depth before folding by one
|
2017-07-07 12:22:40 -04:00 |
|
Kevin MacMartin
|
9d890a3d0b
|
Fold 8 layers or deeper
|
2017-05-17 10:59:24 -04:00 |
|
Kevin MacMartin
|
0499ddf61b
|
Increase the depth required for folding by one layer
|
2017-05-02 15:28:45 -04:00 |
|
Kevin MacMartin
|
9eb9f8b85d
|
Set the ft of .vue files to both vue and javascript
|
2017-03-30 18:59:28 -04:00 |
|
Kevin MacMartin
|
705713597d
|
Don't add neocomplete.vim to pathogen_disabled twice if neovim is being used as well as having lua support disabled, and don't include neocomplete keyboard settings if it's disabled because of missing lua support
|
2017-02-12 19:08:28 -05:00 |
|
Kevin MacMartin
|
09cb77742c
|
Replace some UTF-8 characters with ASCII ones for compatibility reasons
|
2017-02-10 16:47:47 -05:00 |
|
Kevin MacMartin
|
1511f4e33f
|
Update the utf-8 icons used in the lightline status bar
|
2017-02-10 16:25:50 -05:00 |
|