Compare commits
2 commits
25e7b5a8b0
...
b401369638
Author | SHA1 | Date | |
---|---|---|---|
b401369638 | |||
536a61af56 |
2 changed files with 4 additions and 0 deletions
3
bashrc.d/flux
Normal file
3
bashrc.d/flux
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -x "$(command -v flux)" ]; then
|
||||
source <(flux completion bash)
|
||||
fi
|
1
vimrc
1
vimrc
|
@ -25,6 +25,7 @@ Plugin 'scrooloose/syntastic'
|
|||
Plugin 'hashivim/vim-terraform'
|
||||
Plugin 'valloric/youcompleteme'
|
||||
Plugin 'vimwiki/vimwiki'
|
||||
Plugin 'gergap/vim-ollama'
|
||||
|
||||
" plugin from http://vim-scripts.org/vim/scripts.html
|
||||
" Plugin 'L9'
|
||||
|
|
Loading…
Add table
Reference in a new issue