Update .config/nvim/init.lua

Update .config/nvim/lazy-lock.json
Update .config/nvim/lua/config/20_keymaps.lua
This commit is contained in:
Lewis Wynne 2025-11-03 01:57:21 +00:00
parent 6a448f0654
commit 453f1eea5f
3 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,9 @@
-- ├──── 30_autocmds.lua Custom autocmds
-- ├── plugin/ Plugins for lazy.nvim are in here
-- ├──── 00_colorscheme.lua Sets theme
-- ├──── 01_whichkey.lua Displays keymaps on input
-- ├──── 02_sleuth.lua Auto-adjusting shiftwidth and expandtab based on current file
-- ├──── 05_fzf.lua Pickers with fzf-lua
-- ├──── 10_hop.lua Enables hopping to words in the current buffer
-- ├──── 15_lsp.lua Mason, LSP configurations
-- ├──── 20_completion.lua Autocompletion with blink.cmp, and mini.snippets