Update .config/nvim/init.lua
Update .config/nvim/lazy-lock.json Update .config/nvim/lua/config/10_opts.lua Update .config/nvim/lua/config/20_keymaps.lua Update .config/nvim/lua/plugin/00_colorscheme.lua Update .config/nvim/lua/plugin/01_whichkey.lua Update .config/nvim/lua/plugin/03_treesitter.lua Update .config/nvim/lua/plugin/05_fzf.lua Update .config/nvim/lua/plugin/15_lsp.lua Add .config/nvim/lua/plugin/25_git.lua Add .config/nvim/lua/plugin/30_formatting.lua Add .config/nvim/stylua.toml
This commit is contained in:
parent
2d7096e6cb
commit
d463a7b8c9
12 changed files with 181 additions and 72 deletions
|
|
@ -11,12 +11,13 @@
|
|||
-- ├── 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
|
||||
-- ├──── 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
|
||||
-- ├──── 20_completion.lua Autocompletion with blink.cmp, and mini.snippets
|
||||
-- ├──── 25_git.lua Gitsigns
|
||||
-- ├──── 30_formatting.lua vim-sleuth and conform formatting configs
|
||||
-- ├ snippets/ Snippets definitions are in here
|
||||
-- ├── package.json Snippet repository metadata
|
||||
-- ├── global.json Global text snippets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue