Working on vim config and elixir config
This commit is contained in:
parent
9b40cd0636
commit
a9957f2f0a
5 changed files with 10 additions and 10 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -9,3 +9,4 @@ fi
|
|||
|
||||
|
||||
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
1
vim/.vim/bundle/alchemist
Submodule
1
vim/.vim/bundle/alchemist
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6ccfc513d42465247341225e1a3fd06993345cca
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue