summaryrefslogtreecommitdiff
path: root/init.vim
Commit message (Collapse)AuthorAge
* Remove smear cursor and update LSP configuration.HEADmainJosh Rahm2025-12-07
|
* Disable smear_cursor, add open_terminal_in_directory.Josh Rahm2025-11-07
|
* Configure SmearCursor some more.Josh Rahm2025-11-07
|
* Change how clearing highlighting works after InsertLeave.Josh Rahm2025-11-07
| | | | | When using feedkeys(), it was causing problems with Ctrl-O in insert. Now it disables hlsearch, and reenables it when searching or using n/N.
* Fix the problem with LSP and code formatting.Josh Rahm2025-04-11
| | | | | Sometimes the LSP list wouldn't appear as a list and so it would default to the external-program formatter instead of the lsp formatter.
* Add check for exists('&userregfunc').Josh Rahm2025-04-10
|
* Add visual mapping for formatting lines.Josh Rahm2025-04-09
|
* Revert "Finally, once and for all, fix the dreaded vim.hl bug."Josh Rahm2025-04-09
| | | | This reverts commit 6287db9eddcf31e398a433107f453c1a94b42e4a.
* Finally, once and for all, fix the dreaded vim.hl bug.Josh Rahm2025-04-08
|
* Add hop.vim and map gh to it.Josh Rahm2025-04-09
| | | | | gh is normally set to start select mode, but select mode is useless, so overriding it is fine.
* Add a bunch of mappings to different telescope operations.Josh Rahm2025-04-08
| | | | | Uses <leader>t as the prefix for these commands, replacing the "show trouble"
* Add set title to the init.vim.Josh Rahm2025-03-09
|
* Fix broken text yank.Josh Rahm2025-03-08
|
* Set treesitter to always highlight if possible.Josh Rahm2025-03-06
|
* Add <C-/> for search within last selection.Josh Rahm2025-03-05
|
* Add gitsigns.nvim.Josh Rahm2025-03-05
|
* Fix smear_cursor requires statements.Josh Rahm2025-03-05
|
* Add more text objects.Josh Rahm2025-03-05
|
* Add bindings for the sude mouse buttons and some options to the rightJosh Rahm2025-03-05
| | | | click menu.
* Fix issues with lua in heredoc.Josh Rahm2025-02-23
|
* Add smear cursor plugin and configuration.Josh Rahm2024-11-27
|
* Promote dayfox colorscheme to main config.Josh Rahm2024-10-07
|
* Do document highlighting only for file types which lsps support itJosh Rahm2024-07-11
|
* Minor changesJosh Rahm2024-07-09
|
* Remove lualine.Josh Rahm2024-07-09
| | | | It slows down scrolling too much and makes the performance choppy.
* Fixed issues with LuaLine and Telescope find_files.Josh Rahm2024-03-27
|
* Add jq pluginJosh Rahm2024-03-27
|
* Added some mappings for dealing with the lspJosh Rahm2024-03-27
|
* More ricing. Primarily with Lualine.Josh Rahm2024-03-27
|
* Use the LSP to format code if one is attached to the buffer.Josh Rahm2024-03-18
|
* Use a terminal as the "FileBrowser" rather than nvim-tree.Josh Rahm2024-03-11
|
* More ricing with telescope and warp.Josh Rahm2024-03-11
|
* Yet more ricing.Josh Rahm2024-03-09
|
* sort plugins in init.vimJosh Rahm2024-03-07
|
* Big rice and colors overhaul for neovimJosh Rahm2024-03-07
|
* more changes to init.vimJosh Rahm2024-03-06
|
* Add command to edit config with :ConfigJosh Rahm2024-02-28
|
* Remove aerial. Add some more keybindingsJosh Rahm2024-02-28
|
* add diagnostic float keybindingJosh Rahm2024-02-27
|
* Some more configuration optionsJosh Rahm2024-02-26
|
* Add more bindings to init.vimJosh Rahm2024-02-26
|
* Shell escape some commands to work with filenames with spacesJosh Rahm2023-12-14
|
* Fix how the colorcolumn worksJosh Rahm2023-11-30
|
* Remove indent-blanklinke. It is pretty slowJosh Rahm2023-02-01
|
* Add support for fancycolorcolJosh Rahm2023-01-31
|
* Add some new commands.Josh Rahm2023-01-27
|
* Add treesitter-textobjectsJosh Rahm2023-01-25
|
* set numbers, always show signcolumn when an lsp is attachedJosh Rahm2023-01-20
|
* Include an "after" directory in the rtpJosh Rahm2023-01-20
|
* Changed some configuration with the indent pluginJosh Rahm2023-01-20
|