Merge branch 'main' of https://github.com/juanshotyou/juanshot-dotenv
This commit is contained in:
commit
bfbdd11df8
@ -33,7 +33,7 @@ set guifont=hack_nerd_font:h11
|
|||||||
set bg=dark
|
set bg=dark
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
||||||
let g:kite_supported_languages = ['python', 'javascript']
|
let g:kite_supported_languages = ['python', 'javascript', 'go']
|
||||||
|
|
||||||
|
|
||||||
" There are certain files that we would never want to edit with Vim.
|
" There are certain files that we would never want to edit with Vim.
|
||||||
@ -85,6 +85,7 @@ let g:ale_linters = {
|
|||||||
\}
|
\}
|
||||||
let g:ale_python_flake8_options = '--ignore=E501'
|
let g:ale_python_flake8_options = '--ignore=E501'
|
||||||
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'
|
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'
|
||||||
|
let g:gruvbox_contrast_dark = 'soft'
|
||||||
|
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
" " }}}
|
" " }}}
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
|
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
|
||||||
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
|
||||||
|
echo 'For VIM: Remember to run ":PlugInstall" on first run to set up the themes and plugins!'
|
||||||
|
Loading…
Reference in New Issue
Block a user