- 28 Jan, 2023 2 commits
- 26 Jan, 2023 1 commit
-
-
Shaun authored
-
- 24 Jan, 2023 1 commit
-
-
Shaun authored
-
- 23 Jan, 2023 1 commit
-
-
Shaun authored
-
- 22 Jan, 2023 1 commit
-
-
Shaun authored
-
- 21 Jan, 2023 1 commit
-
-
Shaun authored
This shortcut will "clear" visual mode and the current search highlighting.
-
- 20 Jan, 2023 1 commit
-
-
Shaun authored
The original p00f plugin has been archived, this new mrjones2014 plugin seems to be the one being maintained now.
-
- 19 Jan, 2023 1 commit
-
-
Shaun authored
Just adding something pretty basic for now.
-
- 18 Jan, 2023 1 commit
-
-
Shaun authored
I haven't setup any debuggers yet, just adding some infrastructure to start using them/DAP.
-
- 17 Jan, 2023 1 commit
-
-
Shaun authored
- Adding a keymapping - Adding the directory to keep using tpope's ctag git scripts
-
- 16 Jan, 2023 1 commit
-
-
Shaun authored
-
- 15 Jan, 2023 1 commit
-
-
Shaun authored
-
- 14 Jan, 2023 1 commit
-
-
Shaun authored
This keymapping was supposed to not move the cursor when doing a `*` search, but for some reason, occasionally, the `<C-o>` jump wasn't jumping correctly, sometimes it would jump back to the previous file, not to the previous search. This updated keymapping seems to do what I want. Here is a good summary of the `*` search and `N`: https://stackoverflow.com/a/58927776
-
- 13 Jan, 2023 1 commit
-
-
Shaun authored
Fixing a spelling mistake in one of the variables.
-
- 12 Jan, 2023 1 commit
-
-
Shaun authored
I added this new utility function that will loop through all of the buffers and if it finds certain ones (where the filetype is 'help' or 'vim-plug') then it will automatically close them.
-
- 11 Jan, 2023 1 commit
-
-
Shaun authored
-
- 10 Jan, 2023 1 commit
-
-
Shaun authored
-
- 09 Jan, 2023 1 commit
-
-
Shaun authored
Trying out a few things: - Auto-confirm selected item - Make <C-C> cancel/close/abort
-
- 08 Jan, 2023 1 commit
-
-
Shaun authored
-
- 07 Jan, 2023 1 commit
-
-
Shaun authored
Ideally these keymappings would only load for ruby, erb, spec, etc. filetypes, but for now they're global keymappings.
-
- 06 Jan, 2023 1 commit
-
-
Shaun authored
-
- 05 Jan, 2023 1 commit
-
-
Shaun authored
Trying this out for now, seems to be what I startup pretty regularly.
-
- 04 Jan, 2023 1 commit
-
-
Shaun authored
I still need to figure out how to escape spaces in filenames.
-
- 03 Jan, 2023 1 commit
-
-
Shaun authored
-
- 02 Jan, 2023 1 commit
-
-
Shaun authored
This will only work if the current/active buffer is a help file, ideally it could close a help file if it's not the active buffer too, I still need to figure out how to do that functionality.
-
- 01 Jan, 2023 1 commit
-
-
Shaun authored
- Enable auto_preview - Custom highlight the number of matches (for a grep search) in the preview window
-
- 29 Dec, 2022 3 commits
-
-
Shaun authored
`get_colors` is now found under `onedark.helpers`.
-
Shaun authored
This will address a deprecation warning - `onedarkpro` was renamed to `onedark_vivid`.
-
Shaun authored
This will address a deprecation warning - `winblend` and `winhighlight` are now a part of `win_options`. https://github.com/stevearc/dressing.nvim/commit/c7eda5a68e7d0f9dfa0669c1f2664bf813d845a1
-
- 08 Dec, 2022 1 commit
-
-
Shaun authored
Just a rough implementation for this functionality for now.
-
- 07 Dec, 2022 2 commits
- 06 Dec, 2022 4 commits
-
-
Shaun authored
- Adding descriptions to all of the keybindings `vim.tbl_extend` works like Ruby's `merge` method. The "force" behavior will use the value from the rightmost table when there is a conflict.
-
Shaun authored
Change these to use <leader> instead of <space>.
-
Shaun authored
These were just copy/pasted from the `nvim-lspconfig` README, I don't use them so I'm removing them, if I need them I can add them back!
- 04 Dec, 2022 2 commits
- 30 Nov, 2022 1 commit
-
-
Shaun authored
No functionality changes here, just making these keymappings more explicit that they're telescope actions.
-