Skip to content

Commit

Permalink
feat(minimal.vim): add support for lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoP committed Jun 28, 2023
1 parent 348ae0a commit 699af91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/minimal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ set rtp+=~/.local/share/nvim/site/pack/packer/start/nvim-treesitter
set rtp+=~/.local/share/lunarvim/site/pack/packer/start/plenary.nvim
set rtp+=~/.local/share/lunarvim/site/pack/packer/start/nvim-treesitter

" If you are using lazy
set rtp+=~/.local/share/nvim/lazy/plenary.nvim
set rtp+=~/.local/share/nvim/lazy/nvim-treesitter


" TODO, support NvChad because we are chad gigathundercock

set autoindent
Expand Down

0 comments on commit 699af91

Please sign in to comment.