blob: 4a6fbb90ed3c04803217b46bf69df96587fc2e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
" covers all package managers i am willing to cover
set rtp+=.
set rtp+=../plenary.nvim
set rtp+=~/.vim/plugged/plenary.nvim
set rtp+=~/.local/share/nvim/site/pack/packer/start/plenary.nvim
set rtp+=~/.local/share/lunarvim/site/pack/packer/start/plenary.nvim
set rtp^=~/.local/share/nvim/lazy/plenary.nvim
set autoindent
set tabstop=4
set expandtab
set shiftwidth=4
set noswapfile
runtime! plugin/plenary.vim
|