Commit Graph

57 Commits

Author SHA1 Message Date
cdanesi 108f3f95c0 chore: create a treesitter directory and move relevant specs 2024-12-10 09:22:04 -05:00
cdanesi 5e9e2b2280 add some default picker settings 2024-12-09 21:30:41 -05:00
cdanesi a9a691cad2 fix: nvim-tree no longer stops working when restoring a session
add nvim-tree as a dependency of auto-session prevents nvim-tree commands not
working when restoring a session with sessionopts+='globals'
2024-12-07 18:48:56 -05:00
cdanesi 6e466632d8 add keybinds for executing lua code 2024-12-06 08:18:11 -05:00
cdanesi 95bfc11404 add and change settings. undo history not available through undofile 2024-12-05 15:07:02 -05:00
cdanesi 1a1b0ced87 feat: add keymap to search help tags (<leader>?) 2024-12-04 11:36:43 -05:00
cdanesi e06507ba2d fix: add missing insert mode toggle for spell 2024-12-02 13:18:27 -05:00
cdanesi 6295a94c8d add keybind for toggling spell [<leader>S] 2024-12-02 13:07:39 -05:00
cdanesi fa5fece086 style: enable wrap when viewing diffs 2024-12-02 10:46:06 -05:00
cdanesi 1968c8dac0 add keymaps for color picker 2024-12-02 09:03:47 -05:00
cdanesi fb2258fc3e add code runner for markdown codeblocks (mdeval) 2024-12-01 18:14:00 -05:00
cdanesi c207ded4fc chore: add insert mode keybind for symbol picker
disable icon-picker plugin
change some trouble options
2024-12-01 16:50:05 -05:00
cdanesi 45d3310531 feat: add oil as secondary file manager 2024-12-01 14:52:05 -05:00
cdanesi f5b59f6a2e chore: set all plugins to lazy load by default 2024-11-29 18:41:51 -05:00
cdanesi b10027b723 refactor: ♻️move keymaps back to plugin spec for lazy loading 2024-11-29 18:40:03 -05:00
cdanesi ca1e108304 feat: add keybinds for comment box
refactor description field to be more concise
2024-11-29 17:10:50 -05:00
cdanesi eee5c1c197 add autocmd for gitcommit filetype 2024-11-29 13:28:10 -05:00
cdanesi 7f40081e3a change fold level 2024-11-25 10:10:16 -05:00
cdanesi 4c8649a5a1 add colorscheme explicitly, seems to fix initial lazy popup 2024-11-25 09:07:45 -05:00
cdanesi 96bcf5d850 add yank highlight from raymon-roos 2024-11-24 19:42:22 -05:00
cdanesi 79b4bd915e update options 2024-11-24 19:41:37 -05:00
cdanesi 73811308ed change binding for document formatting 2024-11-24 19:37:33 -05:00
cdanesi ba1ce153dc fix substitute to eol keybind 2024-11-22 14:20:04 -05:00
cdanesi 19474801dd formatting and comments 2024-11-22 13:39:45 -05:00
cdanesi a6ba56aa88 move colorscheme.lua back to core for consistency 2024-11-22 11:43:41 -05:00
cdanesi 962d850b5e set undodir back to default 2024-11-22 11:42:41 -05:00
cdanesi efdaf57e75 changed to Telescope symbols from Icon Picker
still can't get a working keybind in insert mode
2024-11-21 15:10:22 -05:00
cdanesi 266e296bd6 add keybinds for moving tabs and buffer string search 2024-11-21 13:38:30 -05:00
cdanesi 95e0991da3 replace bufferline close with bdelete 2024-11-21 13:37:20 -05:00
cdanesi 6f49321b10 remove redundant keybinds 2024-11-21 13:36:21 -05:00
cdanesi 03b3827719 add telescope buffers keybind
add more telescope options
2024-11-21 12:30:37 -05:00
cdanesi 219811c484 enable spellcheck on markdown 2024-11-20 13:54:37 -05:00
cdanesi ee6b828257 remove icon picker keybind from insert mode as it overrides tab 2024-11-20 13:22:23 -05:00
cdanesi 2bc0311937 add autocmd for wrapping text in markdown 2024-11-20 12:47:46 -05:00
cdanesi f982efc79b update gitsigns keybinds using depreciated function 2024-11-19 10:29:33 -05:00
cdanesi 94d2640806 add icon picker 2024-11-18 12:39:32 -05:00
cdanesi b597839592 correct error 2024-11-17 21:47:31 -05:00
cdanesi 536dd6fd52 fix buffer prev/next keybinds 2024-11-17 18:13:06 -05:00
cdanesi bf0c755443 rename keymap file for conciseness 2024-11-16 23:18:13 -05:00
cdanesi 3a4618e2a2 add commentbox plugin 2024-11-16 11:10:28 -05:00
cdanesi 944ab795c8 add keymap to pin tabs 2024-11-15 14:12:52 -05:00
cdanesi 3786723175 add keymaps for bufferline navigation 2024-11-15 13:20:07 -05:00
cdanesi 4905d22659 set :cd to only display cwd 2024-11-15 07:34:10 -05:00
cdanesi 8f5620cecd add some nvim settings 2024-11-14 20:36:19 -05:00
cdanesi b7bedf1a64 fix colorscheme not being loaded 2024-11-14 12:18:58 -05:00
cdanesi a23d432dbb minor nvim config change 2024-11-05 15:41:50 -05:00
cdanesi b7084e57f8 change some options
folding settings
fixed undodir giving error
updated comments to make more sense
2024-11-03 18:11:12 -05:00
cdanesi 37969ca98e refactor config to define all keybinds in a single file 2024-11-03 17:53:39 -05:00
cdanesi e1cc00c19a updated formatting 2024-11-01 14:22:50 -04:00
cdanesi 681f9ee032 small tweaks to new neovim config
re-added yadm-gitsigns
2024-10-31 20:23:54 -04:00