File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -44,28 +44,32 @@ P.S. You can delete this when you're done too. It's your config now :)
4444vim .g .mapleader = ' '
4545vim .g .maplocalleader = ' '
4646
47- -- Install lazy plugin manager
47+ -- [[ Install ` lazy.nvim` plugin manager ]]
4848require (' lazy-bootstrap' )
4949
50- -- Setup lazy plugin manager - configure plugins
50+ -- [[ Configure plugins ]]
5151require (' lazy-plugins' )
5252
53- -- Set options
53+ -- [[ Setting options ]]
5454require (' options' )
5555
56- -- Configure keymaps
56+ -- [[ Basic Keymaps ]]
5757require (' keymaps' )
5858
59- -- Configure Telescope (fuzzy finder)
59+ -- [[ Configure Telescope ]]
60+ -- (fuzzy finder)
6061require (' telescope-setup' )
6162
62- -- Configure Treesitter (syntax parser for highlighting)
63+ -- [[ Configure Treesitter ]]
64+ -- (syntax parser for highlighting)
6365require (' treesitter-setup' )
6466
65- -- Configure LSP (Language Server Protocol)
67+ -- [[ Configure LSP ]]
68+ -- (Language Server Protocol)
6669require (' lsp-setup' )
6770
68- -- Configure CMP (completion)
71+ -- [[ Configure nvim-cmp ]]
72+ -- (completion)
6973require (' cmp-setup' )
7074
7175-- The line beneath this is called `modeline`. See `:help modeline`
You can’t perform that action at this time.
0 commit comments