Commit Graph
574 Commits
Author SHA1 Message Date
rootiest a593ddb2fd remove deprecated indentor module 2025-02-11 20:50:22 -05:00
rootiest 4de0ea2a96 avoid bootstrapping luarocks when use_luarocks is false 2025-02-11 20:50:06 -05:00
rootiest 588a46e239 deprecate old profiler in favor of snacks.profiler
Use PROF=1 env variable to enable startup profiling
2025-02-11 20:48:09 -05:00
rootiest 98ab9da88c add snacks.image
enables image support in snacks!
May consider removing image.nvim now, will look into using snacks.image
in markdown rendering.
2025-02-09 16:59:51 -05:00
rootiest 58bfe77e92 playing with using customized vscode layout for snacks.picker 2025-02-09 16:00:48 -05:00
rootiest 38c01e545c update blinky behavior to use new lua functions 2025-02-08 21:29:59 -05:00
rootiest 7df4f7ef01 add new snacks plugin features 2025-02-08 21:29:42 -05:00
rootiest 46c9af56d0 efficiency and organization 2025-02-08 21:29:22 -05:00
rootiest 9e9de6fad4 lazy-load smart-splits 2025-02-08 21:28:58 -05:00
rootiest 1aa52c44a5 move opts/init to types.lua 2025-02-08 21:28:38 -05:00
rootiest d0abaf2c31 disable cursor animation in mini.animate
using smearcursor instead
2025-02-08 21:28:18 -05:00
rootiest aa0d53183f fix for markview updates 2025-02-08 21:27:43 -05:00
rootiest bbc9f24eac remove redundant/unused plugins 2025-02-08 21:27:29 -05:00
rootiest 62d405a8bf move opts and keys to their respective files 2025-02-08 21:23:57 -05:00
rootiest f5293ebf19 add tiny-inline-diagnostic plugin 2025-02-08 21:18:28 -05:00
rootiest b5cc85f263 disable excess/redundant plugins 2025-02-08 21:15:58 -05:00
rootiest af57904c6b move lazydev opts to types.lua 2025-02-08 21:15:02 -05:00
rootiest 55ac36077c remove redundant lspconfig plugin 2025-02-08 21:12:56 -05:00
rootiest 1c75328bbe move treesitter conditional to cond.lua 2025-02-08 21:11:33 -05:00
rootiest 8b17a513b5 add misc opts for various plugins 2025-02-08 21:10:32 -05:00
rootiest 7e3e57940b add floating-help opts 2025-02-08 21:09:58 -05:00
rootiest 7e1f6de3a9 add neocord opts 2025-02-08 21:09:42 -05:00
rootiest 135bdacf44 add code-companion opts 2025-02-08 21:09:30 -05:00
rootiest 69761e3809 use Pick global in lualine config 2025-02-08 21:08:59 -05:00
rootiest 03d67d05db clean up cmp config
improve efficiency and remove extra slop
2025-02-08 20:34:54 -05:00
rootiest 0b2ead50b4 add keymaps for autosave 2025-02-08 20:34:04 -05:00
rootiest 81105aabc6 add codeium official completion plugin 2025-02-08 20:33:52 -05:00
rootiest 25b1132bb7 add code-companion for ai chat 2025-02-08 20:33:36 -05:00
rootiest 816eca31b7 fix!: move all lazyvim extras into a single file
This is a necessary change to ensure they are loaded before any other
plugins.
Prevents a warning message at startup.
2025-02-08 20:28:57 -05:00
rootiest 0e7befb507 add toggleterm-style mapping for snacks.terminal 2025-02-08 20:23:21 -05:00
rootiest 21608a5919 add snacks.toggle functionality for smear-cursor 2025-02-08 20:22:56 -05:00
rootiest 1e959b1927 replace some telescope mappings with snacks.picker 2025-02-08 20:22:34 -05:00
rootiest 42b2f58117 replace neotree with snacks.explorer 2025-02-08 20:22:12 -05:00
rootiest 7a1114d434 add snacks.toggle functionality for blink 2025-02-08 20:20:57 -05:00
rootiest abce81eef4 add snacks.toggle functionality for auto-save 2025-02-08 20:20:42 -05:00
rootiest 7286c2adab add is_ghostty function to identify when terminal is ghostty 2025-02-08 20:20:00 -05:00
rootiest f63830e4a5 add ft for acedemic plugin 2025-02-08 20:19:22 -05:00
rootiest fd5614d307 remove telescope from dependencies
this is necessary to ensure telescope wont be loaded when toggled off in
options.lua
2025-02-08 20:19:03 -05:00
rootiest 755a38368c add code-companion dependencies table 2025-02-08 20:18:29 -05:00
rootiest d86a07a4a0 use new Pick global in dashboard 2025-02-08 20:18:05 -05:00
rootiest 2d6d322f8e add new condtionals for plugins that can be toggled/disabled 2025-02-08 20:17:50 -05:00
rootiest da94667d40 add cmd table for code-companion 2025-02-08 20:17:16 -05:00
rootiest 7c893a72c9 minor formatting correction
use single quotes when possible instead of double quotes
2025-02-08 20:16:57 -05:00
rootiest f6074cc198 add new picking global (Pick)
this allows you to run `Pick` instead of `require('data.func').pick`
Makes accessing the picker function easier/quicker/cleaner.
This is now implemented throughout the config.
2025-02-08 20:16:14 -05:00
rootiest 286df25462 a couple new keymap overrides 2025-02-08 20:14:07 -05:00
rootiest 1bbd9bac30 add new default ai-chat provider option (code-companion)
disable avante and use code-companion instead
2025-02-08 20:13:30 -05:00
rootiest 142aafc7ff add yazi toggle option 2025-02-08 20:12:33 -05:00
rootiest 2d3b4c1543 add luarocks toggle option 2025-02-08 20:12:24 -05:00
rootiest 5c0010dd5a add tiny-inline-diagnostic toggle option
default on
2025-02-08 20:12:10 -05:00
rootiest 5dd3af0083 add new default picker option: snacks.picker
Now telescope and fzf-lua are disabled by default
Significant performance boost!
2025-02-08 20:11:43 -05:00