mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: fix comment
This commit is contained in:
parent
81a84dacd2
commit
207a46b847
|
@ -1,6 +1,6 @@
|
||||||
" Install all plugins
|
|
||||||
let g:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline)
|
let g:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline)
|
||||||
|
|
||||||
|
" Install all plugins
|
||||||
source $DOTFILES/vim/plugs.vim
|
source $DOTFILES/vim/plugs.vim
|
||||||
|
|
||||||
" Sanity
|
" Sanity
|
||||||
|
|
Loading…
Reference in New Issue
Block a user