Removing css-color vim plugin. I think it's buggy
This commit is contained in:
parent
d705a9c08c
commit
981bb6fe6f
3 changed files with 4 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -16,9 +16,6 @@
|
|||
[submodule "vim/bundle/surround"]
|
||||
path = vim/bundle/surround
|
||||
url = git://github.com/tpope/vim-surround.git
|
||||
[submodule "vim/bundle/css-color"]
|
||||
path = vim/bundle/css-color
|
||||
url = git://github.com/ap/vim-css-color
|
||||
[submodule "vim/bundle/javascript"]
|
||||
path = vim/bundle/javascript
|
||||
url = git://github.com/pangloss/vim-javascript
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =1
|
||||
let g:netrw_dirhist_cnt =4
|
||||
let g:netrw_dirhist_1='/home/dustinswan/dotfiles/vim/bundle/snipmate-snippets'
|
||||
let g:netrw_dirhist_2='/home/dustinswan/gift/models'
|
||||
let g:netrw_dirhist_3='/home/dustinswan/dotfiles'
|
||||
let g:netrw_dirhist_4='/home/dustinswan/dotfiles/vim'
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d676ba4c959a6c36123491b668f00216edc55517
|
||||
Loading…
Add table
Add a link
Reference in a new issue