feat: add direnv plugin
This commit is contained in:
parent
48e1360542
commit
71880f4b93
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,6 +22,9 @@
|
|||||||
[submodule "devicons"]
|
[submodule "devicons"]
|
||||||
path = pack/9_last/start/devicons
|
path = pack/9_last/start/devicons
|
||||||
url = https://github.com/ryanoasis/vim-devicons
|
url = https://github.com/ryanoasis/vim-devicons
|
||||||
|
[submodule "direnv"]
|
||||||
|
path = pack/5_dev/opt/direnv
|
||||||
|
url = https://github.com/direnv/direnv.vim
|
||||||
[submodule "easymotion"]
|
[submodule "easymotion"]
|
||||||
path = pack/3_extra/start/easymotion
|
path = pack/3_extra/start/easymotion
|
||||||
url = https://github.com/easymotion/vim-easymotion.git
|
url = https://github.com/easymotion/vim-easymotion.git
|
||||||
|
1
pack/5_dev/opt/direnv
Submodule
1
pack/5_dev/opt/direnv
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4c858b8cd8cbfac998534096e6ffb710d7a07358
|
8
vimrc
8
vimrc
@ -638,6 +638,14 @@ let g:ale_linters_explicit=1
|
|||||||
"let g:cpp_simple_highlight = 1
|
"let g:cpp_simple_highlight = 1
|
||||||
|
|
||||||
|
|
||||||
|
"" Direnv {{{2
|
||||||
|
""
|
||||||
|
"" Optional: Run direnv's hook appropriately
|
||||||
|
|
||||||
|
let g:direnv_cmd = $HOME . '/.asdf/installs/direnv/2.32.1/bin/direnv'
|
||||||
|
packadd! direnv
|
||||||
|
|
||||||
|
|
||||||
"" FSwitch {{{2
|
"" FSwitch {{{2
|
||||||
""
|
""
|
||||||
"" Switch between companion files of source code
|
"" Switch between companion files of source code
|
||||||
|
Loading…
Reference in New Issue
Block a user