Update .config/nvim/init.lua

Update .config/nvim/lazy-lock.json
Add .config/nvim/lua/plugin/03_treesitter.lua
Update .config/nvim/lua/plugin/20_completion.lua
This commit is contained in:
Lewis Wynne 2025-11-03 02:09:39 +00:00
parent 025da5d36a
commit 2d7096e6cb
4 changed files with 12 additions and 0 deletions

View file

@ -12,6 +12,7 @@
-- ├──── 00_colorscheme.lua Sets theme
-- ├──── 01_whichkey.lua Displays keymaps on input
-- ├──── 02_sleuth.lua Auto-adjusting shiftwidth and expandtab based on current file
-- ├──── 03_treesitter.lua Does anybody know what this does?
-- ├──── 05_fzf.lua Pickers with fzf-lua
-- ├──── 10_hop.lua Enables hopping to words in the current buffer
-- ├──── 15_lsp.lua Mason, LSP configurations