Commit graph

51 commits

Author SHA1 Message Date
Kevin MacMartin
53ef5d112e Use 4 spaces per tab in lua files 2024-03-01 22:30:11 -05:00
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
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
9e92da6cde Remove filetype-specific settings from tcomment 2024-02-23 16:11:14 -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
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
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
92ccaa8325 Improve the theme a bunch 2023-05-30 15:03:45 -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
e2b7585bc9 Only use eslint for javascript and vue files 2023-03-30 21:24:40 -04: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
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
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
ad7c92dcc9 Remove goyo (I wasn't really using it) 2022-04-14 00:47:28 -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
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
6ba3ace330 Remove gundo (which no longer works) 2020-01-30 00:14:57 -05: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
20437cec96 Use /tmp for the ctags temporary directory if it exists 2018-07-13 16:06:00 -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
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
5343c44763 Replace neocomplete with deoplete 2018-03-13 15:38:03 -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