Working on vim config and elixir config

This commit is contained in:
Nicole Tietz-Sokolskaya 2017-09-12 22:15:25 -04:00
parent 9b40cd0636
commit a9957f2f0a
5 changed files with 10 additions and 10 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "bundle/vim-elixir"]
path = vim/.vim/bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "vim/.vim/bundle/alchemist"]
path = vim/.vim/bundle/alchemist
url = https://github.com/slashmili/alchemist.vim

View file

@ -9,3 +9,4 @@ fi
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

View file

@ -58,3 +58,6 @@ export TERM=xterm-256color
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
source $HOME/.asdf/asdf.sh
source $HOME/.asdf/completions/asdf.bash

@ -0,0 +1 @@
Subproject commit 6ccfc513d42465247341225e1a3fd06993345cca

View file

@ -41,8 +41,8 @@ let java_allow_cpp_keywords=1
set ruler
set number
set relativenumber
set backspace=indent,eol,start
set incsearch
set hlsearch
set splitright
@ -65,15 +65,7 @@ let NERDTreeIgnore = ['\.pyc$']
set t_Co=256
colorscheme 256-grayvim
"colorscheme gentooish
"let mapleader = "'"
"set pastetoggle=<Leader>p
"map <Leader>w :set wrap<CR>
"map <Leader>e :set nowrap<CR>
let g:vimwiki_list = [ {'path': '~/vimwiki'}, {'path': '~/Code/vimwiki-client-notes'} ]
"
" fixes webpack file watchers
set backupcopy=yes