Update Bash & Vim
This commit is contained in:
parent
efa1f63121
commit
9ff73fe841
6
.bashrc
6
.bashrc
@ -43,7 +43,9 @@ function csv2mdt(){
|
||||
# ------------------------------------------------------------------------------
|
||||
# ---------------------------------- EXPORTS -----------------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$HOME/.yarn/bin:$HOME/Development/Tools/flutter/bin:$PATH
|
||||
|
||||
export GOPATH=$HOME/go
|
||||
export KUBE_EDITOR="/Applications/MacVim.app/Contents/bin/mvim -v"
|
||||
export NIX_PYTHONPATH=$(python3 -c "import sys; print(sys.base_prefix)")
|
||||
|
||||
@ -53,7 +55,7 @@ export NIX_PYTHONPATH=$(python3 -c "import sys; print(sys.base_prefix)")
|
||||
powerline-daemon -q
|
||||
POWERLINE_BASH_CONTINUATION=1
|
||||
POWERLINE_BASH_SELECT=1
|
||||
. $HOME/.local/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh
|
||||
. $HOME/.local/lib/python3.9/site-packages/powerline/bindings/bash/powerline.sh
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# ------------------------------ TMUX & NEOFETCH -------------------------------
|
||||
|
7
.vimrc
7
.vimrc
@ -15,8 +15,15 @@ Plugin 'chrisbra/csv.vim'
|
||||
Plugin 'dracula/vim'
|
||||
Bundle 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||
Plugin 'psf/black'
|
||||
Plugin 'dart-lang/dart-vim-plugin'
|
||||
Plugin 'natebosch/vim-lsc'
|
||||
Plugin 'natebosch/vim-lsc-dart'
|
||||
call vundle#end()
|
||||
|
||||
" Set Dart SDK
|
||||
let g:ycm_dart_bin_folder_path = '/Users/evanreichard/Development/Tools/flutter/bin/cache/dart-sdk/bin'
|
||||
let g:lsc_auto_map = v:true
|
||||
|
||||
" filetype off
|
||||
filetype plugin indent on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user