12 Commits

Author SHA1 Message Date
11c68f3743 fix: Moving the LSP configs out of the Mason file, using the new vim.lsp.config way of configuring LSPs, adding the 'after' config directory for LSP specific configs that override/extend those in the 'lsp' dir and fit with the new configuration way of NVIM 0.11+, moving shortcuts to lspconfig instead of Mason, removing the rename custom function in telescope and using the LSP based function. 2025-12-31 16:45:29 -06:00
34de0cfe23 fix: Changing nvim git shortcuts and general cleanup 2025-04-21 06:12:19 -05:00
2757219590 Changing the find and replace function a bit and removing some unecesary pieces. 2024-11-07 20:30:35 -06:00
310e3f39d3 feat: Adding an autocommand to disable features on large files (just
folding for now).

Disabled the autocommand for the telescope folding
workaround.

Re-enabling debugging shortcuts.

Adding webp and png to the telescope ignore patterns.

Cleaning up some commented out old packages.
2024-10-12 13:28:15 -05:00
c90a5a2210 fix: changing both the buffer listing and file explorer shortcuts to be more consistent with the other telescope shortcuts, starting with a semicolon 2024-10-02 18:04:07 -05:00
fcec9d54ec fix: Corrected the overzealous exclusion of files with git or
`node_modules` in their names and instead excluding files in those
directories specifically
2024-05-07 15:13:51 -05:00
62537993c0 Reinstating the addition of a telescope to quickfix list replacement shortcut and function, and adding in a shortcut for populating the telescope grep window with the word under the cursor. 2024-04-02 11:21:29 -05:00
68d00cde99 Reverting the change as it affects Telekasten's search functions by preventing the floating window from opening. Further testing needed. 2024-04-02 09:42:44 -05:00
70ff57b800 Adding a keymapping for a global find and replaced based off of file grep via telescope, which feeds into the quickfix list and uses cdo to apply substitute commands to each file and specific word instance chosen. 2024-04-02 08:13:03 -05:00
1e55d6394d Changing the configuration of telescope a bit to add in the use of the file_browser extension, and adding a shortcut to open the file_browser where the current buffer's file is. 2024-03-04 15:44:40 -06:00
7817df3b90 Updating the telescope keymappings to use a different leader to separate it from generic operations. 2024-03-04 15:13:41 -06:00
55765e8cf6 Moving all the nvim files to a subdirectory and updated the deploy script. 2024-03-04 14:08:47 -06:00