diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-28 21:40:15 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-28 21:40:15 +0200 |
| commit | 894054943024206c82dfc29b8c4011799adca5dd (patch) | |
| tree | 991ff08dc90289553aaa3954e0a46259707f30af /lua/user | |
| parent | 12dea167448ada8826da2e7ae4c159bf32a9bff4 (diff) | |
| download | dotfiles-894054943024206c82dfc29b8c4011799adca5dd.tar.gz dotfiles-894054943024206c82dfc29b8c4011799adca5dd.zip | |
Install 'michaelb/sniprun'
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/pack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index d0c430a..fc5fb4a 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -209,7 +209,7 @@ return packer.startup(function(use) --vim.cmd("let g:rooter_change_directory_for_non_project_files = ''"), --vim.cmd("let g:rooter_change_directory_for_non_project_files = 'current'") }) - + use({ 'michaelb/sniprun', run = 'bash ./install.sh' }) --use("vim-test/vim-test") -- --use({ -- "rcarriga/vim-ultest", -- |
