Commit graph

441 commits

Author SHA1 Message Date
Kevin MacMartin
df2b91279b Use the user's nvim folder as the default location for gutentags, and make it possible to override this with a global variable 2024-03-01 22:29:30 -05:00
Kevin MacMartin
ffd1b9962a Don't create the gutentags directory anymore as this happens automatically 2024-03-01 22:29:04 -05:00
Kevin MacMartin
80e497e268 Don't make our own swap folder anymore as the neovim default is sane 2024-03-01 22:24:29 -05:00
Kevin MacMartin
894afa016d Update the generated user.vim and associated variables, and add nvim-treesitter 2024-03-01 21:59:23 -05:00
Kevin MacMartin
9434a7715e remove vimpager 2024-03-01 21:13:15 -05:00
Kevin MacMartin
745ab045f1 Add Comment.nvim and its treesitter dependency nvim-ts-context-commentstring, and remove periods from plugin descriptions 2024-03-01 21:11:26 -05:00
Kevin MacMartin
5b743a6fbc Remove tcommand and tlib 2024-03-01 20:57:10 -05:00
Kevin MacMartin
690b882d55 Begin port to neovim exclusive config 2024-03-01 16:28:35 -05:00
Kevin MacMartin
dd31bbfd5c Don't conceal json syntax 2024-02-23 16:45:19 -05:00
Kevin MacMartin
faa4895698 Re-add eslintrc as json 2024-02-23 16:41:49 -05:00
Kevin MacMartin
18f1aeb242 Remove some filetype specific stuff that would be better handled on a per-deployment basis 2024-02-23 16:36:55 -05:00
Kevin MacMartin
9e92da6cde Remove filetype-specific settings from tcomment 2024-02-23 16:11:14 -05:00
Kevin MacMartin
ad59ae0762 Remove non-working comment formatting keybindings 2024-02-23 15:40:36 -05:00
Kevin MacMartin
49d61d1c68 Improve the palette variable names for clarity and improve the colorscheme for treesitter 2024-02-01 13:20:34 -05:00
Kevin MacMartin
5f6373aa95 Remove SudoEdit.vim as it isn't compatible with all configurations 2023-11-09 18:14:12 -05:00
Kevin MacMartin
4a9fd65d02 Fix lightline when no colorscheme is selected 2023-08-17 16:23:56 -04:00
Kevin MacMartin
f97caa57d5 Don't apply the colorscheme in a vterm 2023-08-17 16:17:46 -04:00
Kevin MacMartin
fcff194b97 Disable line numbers in vimpager 2023-07-30 18:42:06 -04:00
Kevin MacMartin
1eb47f8f61 Update the lightline theme so it's much more apparent when a pane isn't in focus, and to use the light text colour instead of gray 2023-06-03 01:41:16 -04:00
Kevin MacMartin
4039f94198 Remove the tcomment leader alias 2023-06-02 00:36:38 -04:00
Kevin MacMartin
92ccaa8325 Improve the theme a bunch 2023-05-30 15:03:45 -04:00
Kevin MacMartin
03d0b64c2a Don't enable spellcheck by default in vue files 2023-05-30 14:49:31 -04:00
Kevin MacMartin
4cd340b552 Rebuild the theme so all the colors are declared and imported, to make it easier to update, and use conditionals when declaring the colors rather than trying to compute equivalent hex codes 2023-05-30 00:41:59 -04:00
Kevin MacMartin
485e5a8ef7 Use a vertical list for the wildmenu 2023-05-29 21:04:56 -04:00
Kevin MacMartin
9cfe9ff7c3 Implement <F3> as paste toggle manually since neovim deprecated pastetoggle 2023-04-21 14:02:29 -04:00
Kevin MacMartin
3704615b8f Also add . to iskeyword in javascript files to match vue 2023-04-05 21:56:43 -04:00
Kevin MacMartin
1992c1b56e Add the - character to iskeyword for javascript files to match vue 2023-03-30 21:26:51 -04:00
Kevin MacMartin
e2b7585bc9 Only use eslint for javascript and vue files 2023-03-30 21:24:40 -04:00
Kevin MacMartin
bca53bfe64 Remove ttagecho_vim as I don't think I ever actually ended up using it 2023-02-06 13:28:46 -05:00
Kevin MacMartin
d0add8d3f4 Fix the vimpager config 2023-02-06 13:15:48 -05:00
Kevin MacMartin
20d7efb895 Don't pass through pager text smaller than the terminal 2023-02-06 13:10:54 -05:00
Kevin MacMartin
d4a829d414 Use the main config for vimpager, and pull vimpager directly into the project rather than requiring it to be separately installed 2023-02-06 12:42:14 -05:00
Kevin MacMartin
3618028990 Don't mess with folds when toggling the gutter 2023-01-05 17:26:21 -05:00
Kevin MacMartin
b6d76f6083 Extend selection instead of showing the right click menu in neovim 2022-10-03 17:52:18 -04:00
Kevin MacMartin
0dfd04c0dd Also move left and right while holding shift and scrolling in vimpager 2022-07-08 00:41:44 -04:00
Kevin MacMartin
e30e44791a Remove hack to fix modifier+scrollwheel behavior now that https://github.com/neovim/neovim/issues/14647 is resolved 2022-07-07 23:17:27 -04:00
Kevin MacMartin
fc844a3428 Reverse the scroll direction for holding modifiers and scrolling to match other applications 2022-06-08 14:12:50 -04:00
Kevin MacMartin
956be8f5c8 Also do horizontal scrolling with the shift key (to match what I recently learned is a lot of other programs) 2022-06-08 13:51:27 -04:00
Kevin MacMartin
0a52cbd8c0 Get rid of most of the fold shortcuts (leaving space space for toggling) 2022-04-19 14:24:53 -04:00
Kevin MacMartin
1a387d2a98 Use indent-based folding and remove FastFold 2022-04-19 13:55:53 -04:00
Kevin MacMartin
178e89e755 Only use unnamedplus with neovim (rather than using it in conjunction with unnamed) 2022-04-15 22:14:44 -04:00
Kevin MacMartin
ec07f61985 Remove the mapping for t so we can use the originally intended logic there 2022-04-15 18:33:53 -04:00
Kevin MacMartin
77f5a45c25 Fix disabling tag generation, and only index files tracked by git 2022-04-15 15:24:55 -04:00
Kevin MacMartin
98e47fb0df Allow the disabling of autotagging again 2022-04-15 15:00:47 -04:00
Kevin MacMartin
7b243e00ca Configure everything for gutentags to function 2022-04-15 14:56:48 -04:00
Kevin MacMartin
addc418d9b Remove the vim-easytags config 2022-04-15 14:38:02 -04:00
Kevin MacMartin
0edca2bc27 Replace easytags with gutentags 2022-04-15 14:23:23 -04:00
Kevin MacMartin
13f7b8f1ed Sync the vimpager config up with the main one 2022-04-15 01:16:03 -04:00
Kevin MacMartin
c8e845b3c7 Fix up the keybindings for the location list, remove a bunch of unnecessary/unused bindings, remove vim-extradite (which no longer seems to be maintained and isn't compatible with the latest fugitive) and attempt to recreate it to an extent using vim-fugitive directly 2022-04-15 01:04:33 -04:00
Kevin MacMartin
b3824b086c Don't scroll when clicking near the top or bottom of the location list 2022-04-15 00:13:36 -04:00
Kevin MacMartin
044feb1183 Add more extensions to the wildignore list 2022-04-15 00:11:44 -04:00
Kevin MacMartin
cb916d5fac Don't remap ctrl-u and ctrl-w in insert mode (I'd never hit that anyway) 2022-04-14 23:50:07 -04:00
Kevin MacMartin
2f8b8a8645 Remove the binding for T and use Y instead (and rely on yy to do what Y was doing) 2022-04-14 00:56:07 -04:00
Kevin MacMartin
ad7c92dcc9 Remove goyo (I wasn't really using it) 2022-04-14 00:47:28 -04:00
Kevin MacMartin
272467b1ce Set Y to vY in normal mode so Y can copy lines in neovim 2022-04-13 16:49:49 -04:00
Kevin MacMartin
2b0263abde Get alt and ctrl horizontal scrollwheel bindings working in neovim (until their next release fixes the issue breaking it) 2022-04-13 14:22:16 -04:00
Kevin MacMartin
52e363521f Bind ' to run macros 2021-09-17 15:24:17 -04:00
Kevin MacMartin
2d61a7354f Show which linter is complaining with ale 2021-06-17 13:19:35 -04:00
Kevin MacMartin
04ea11ad53 Run vim-easytags asynchronously 2021-02-04 22:28:58 -05:00
Kevin MacMartin
9206443d41 Clean up some documentation in keyboard.vim 2021-02-02 00:13:35 -05:00
Kevin MacMartin
16d4d9a2de Improve the ?? shortcut for spell checking and check spelling in vue 2020-12-18 12:02:33 -05:00
Kevin MacMartin
d4fba2bf15 Swap the line info and percent back where they belong 2020-12-02 13:50:08 -05:00
Kevin MacMartin
85a89212c5 Fix some issues in lightline and improve the colours a bit 2020-11-30 17:12:46 -05:00
Kevin MacMartin
0b76cff0d3 Reverse the % and line/column order since the % potentially takes up much less space 2020-11-30 15:57:24 -05:00
Kevin MacMartin
7dc4a48a2c Remove vim-scrollstatus (it wasn't what I was hoping it would be 2020-11-30 15:56:33 -05:00
Kevin MacMartin
1b5e2dfedf Increase the scrollstatus bar a bit 2020-11-26 16:09:50 -05:00
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