Commit graph

453 commits

Author SHA1 Message Date
Kevin MacMartin
d865a80795 Use ctrl+delete to abort nvim-cmp popups so it doesn't make deleting characters forward annoying in input mode 2024-11-08 12:21:03 -05:00
Kevin MacMartin
4448b08ef6 Also map alt+arrows to match alt+hjkl 2024-10-17 13:03:01 -04:00
Kevin MacMartin
b95d4d487b Allow moving the cursor with ctrl+hjkl 2024-10-16 22:02:17 -04:00
Kevin MacMartin
3afbf830b8 Use alt+direction for screen movement instead of alt+arrows 2024-10-16 21:57:16 -04:00
Kevin MacMartin
93ecc605e6 Clarify the comments for ctrl+arrows 2024-10-16 21:42:08 -04:00
Kevin MacMartin
52888e8e68 Don't scroll when the cursor is near the top or bottom edge 2024-10-16 14:42:02 -04:00
Kevin MacMartin
a97440dadc Add commas to the last item in each nvim-cmp object 2024-09-03 17:13:27 -04:00
Kevin MacMartin
290001bacf Replace vim-matchup with MatchTagAlways until vim-matchup (hopefully) fixes some issues 2024-08-18 22:26:28 -04:00
Kevin MacMartin
5563a5ce57 Add vim-matchup 2024-08-16 12:08:24 -04:00
Kevin MacMartin
5f5b492cfe Improve treesitter keybindings and add bindings for parameters 2024-08-15 17:31:52 -04:00
Kevin MacMartin
b557cc2abc Add smartyank.nvim 2024-08-12 15:53:09 -04:00
Kevin MacMartin
2e50fb95a8 Disable the startup message 2024-05-16 21:13:42 -04:00
Kevin MacMartin
bd6f2e9dca Remove some stuff that checks for neovim since we know we're using neovim 2024-05-16 18:06:30 -04:00
Kevin MacMartin
272074255a Disable qf.lua's active configuration (we'll still use it to toggle the list) and add an autocmd that closes quickfix if it's the last window 2024-04-17 15:49:34 -04:00
Kevin MacMartin
222d5d89af Add regex highlighting to php as syntax-based indentation is broken with just treesitter 2024-04-03 17:22:41 -04:00
Kevin MacMartin
1810246da2 Disable the fold column by default, and toggle the column with fold functionality 2024-04-02 22:27:30 -04:00
Kevin MacMartin
b78b285fb1 Disable treesitter for tmux 2024-04-02 17:58:02 -04:00
Kevin MacMartin
37be82d294 Add diff and scss to the list of auto-downloaded treesitter parsers 2024-03-28 21:43:00 -04:00
Kevin MacMartin
571ec0a009 Get the treesitter diff parser colors working nicely by defining some colors and mixing it with the classic syntax 2024-03-28 21:40:22 -04:00
Kevin MacMartin
ca8553d777 Remove the split 33% and 66% stuff as it's really not that useful, remove the binding that had ~ run :TCommand as this is no longer included, and rather than having <space><space> toggle folding and fold the current point, use ~ to toggle folds without closing any of them (at which point normal bindings or the mouse can be used) 2024-03-28 17:44:30 -04:00
Kevin MacMartin
23f3293b9b Disable the treesitter parser for markdown 2024-03-28 17:42:55 -04:00
Kevin MacMartin
5f9424bbd4 Blacklist treesitter parsers rather than whitelist them (though keep the ensure_installed list), add go to the ensure_installed list, disable the gitcommit parser, combine the semi-broken scss parser with its regex, update the scss colors they basically match with and without treesitter but look a bit better with treesitter (thanks to some granularity it offers), and sort colors in their respective lists alphabetically 2024-03-28 16:25:45 -04:00
Kevin MacMartin
99a44df496 Fix spelling mistakes in the other config files 2024-03-19 22:09:12 -04:00
Kevin MacMartin
223851e085 Remove shift+middle-click for pasting outside of edit mode, and fix a bunch of spelling errors in the keyboard config 2024-03-19 21:25:30 -04:00
Kevin MacMartin
b28082ef68 Remove the ReplaceWithRegister plugin properly as "P" has the desired functionality now and we can retain the existing logic by swapping the p and P bindings 2024-03-17 17:47:58 -04:00
Kevin MacMartin
4669b199c0 Re-commit the "Remove the keybinding to have Y copy to the end of the line as this is default in neovim" without the accidental bundle removal 2024-03-17 17:46:43 -04:00
Kevin MacMartin
033184f58a Revert "Remove the keybinding to have Y copy to the end of the line as this is default in neovim"
This reverts commit 0796112444.
2024-03-17 17:46:04 -04:00
Kevin MacMartin
0796112444 Remove the keybinding to have Y copy to the end of the line as this is default in neovim 2024-03-17 17:40:55 -04:00
Kevin MacMartin
5c40f3e762 Use case insensitive search by default again (and add /C to make it case sensitive) 2024-03-15 16:12:14 -04:00
Kevin MacMartin
e901fece0d Add css as a supported treesitter language 2024-03-14 01:37:05 -04:00
Kevin MacMartin
0c8b46b803 Replace vim-togglelist with qf.nvim so we can create a more comfortable experience 2024-03-13 18:14:17 -04:00
Kevin MacMartin
42b7afd201 Don't ignore case in searches as we can just add \c to do that 2024-03-13 16:23:43 -04:00
Kevin MacMartin
f7af167d36 Set the textwidth to 0 in gitcommits 2024-03-11 20:19:46 -04:00
Kevin MacMartin
13fbc4229f Add the dash character to iskeyword for scss 2024-03-11 18:22:45 -04:00
Kevin MacMartin
67c36df626 Don't linebreak git commit messages 2024-03-11 18:12:54 -04:00
Kevin MacMartin
facbd15523 Improve comments in the after config 2024-03-11 12:22:19 -04:00
Kevin MacMartin
bcc825b538 Fix text wrapping for applicable filetypes, and don't wrap text in markdown 2024-03-11 12:15:20 -04:00
Kevin MacMartin
42138932e9 Don't specify ale linters or fixers, that should be done locally via ftplugin 2024-03-08 23:29:14 -05:00
Kevin MacMartin
c314f641cb Add the dash character to iskeyword for markdown files 2024-03-07 20:56:29 -05:00
Kevin MacMartin
c4202e4821 Don't rotate vimdiff panes, and move the vim_json_syntax_conceal to a config file attached to the plugin it affects 2024-03-06 16:28:24 -05:00
Kevin MacMartin
2767369c51 Remove some abbreviation 2024-03-06 15:23:20 -05:00
Kevin MacMartin
5aa7a9c371 Get things working properly on a linux vterm 2024-03-06 12:07:55 -05:00
Kevin MacMartin
184723dbca Replace tagbar with vista 2024-03-06 02:08:39 -05:00
Kevin MacMartin
44075669be Use Delete instead of Leader to cancel the nvim-cmp popup 2024-03-06 00:41:19 -05:00
Kevin MacMartin
75b1337274 Configure the nvim-cmp plugin priority and max item count 2024-03-05 23:56:42 -05:00
Kevin MacMartin
d997f77832 Remove some less necessary mappings, and change the tab mappings from alt to ctrl 2024-03-05 21:57:59 -05:00
Kevin MacMartin
28cad284ac Remove vim-unimpaired and vim-repeat, and manually add the [<Space> ]<Space> feature of vim-unimpaired that adds lines above and below the current one 2024-03-05 21:34:28 -05:00
Kevin MacMartin
eaaa31bffe Style the tabline 2024-03-05 21:06:23 -05:00
Kevin MacMartin
4311324119 Add a keyboard shortcut that opens a new tab with vimdiff showing VCS differences for the current file 2024-03-05 18:14:53 -05:00
Kevin MacMartin
432d4768db Create new mappings for signify jumps so they don't conflict with treesitter textobjects mappings 2024-03-05 15:53:12 -05:00