New version of emmet
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -25,9 +25,6 @@
|
|||||||
[submodule "bundle/scala.vim"]
|
[submodule "bundle/scala.vim"]
|
||||||
path = bundle/scala.vim
|
path = bundle/scala.vim
|
||||||
url = git://github.com/jergason/scala.vim.git
|
url = git://github.com/jergason/scala.vim.git
|
||||||
[submodule "bundle/zencoding.vim"]
|
|
||||||
path = bundle/zencoding.vim
|
|
||||||
url = git://github.com/mattn/zencoding-vim.git
|
|
||||||
[submodule "bundle/tagbar.vim"]
|
[submodule "bundle/tagbar.vim"]
|
||||||
path = bundle/tagbar.vim
|
path = bundle/tagbar.vim
|
||||||
url = git://github.com/majutsushi/tagbar.git
|
url = git://github.com/majutsushi/tagbar.git
|
||||||
@@ -40,3 +37,6 @@
|
|||||||
[submodule "bundle/bling"]
|
[submodule "bundle/bling"]
|
||||||
path = bundle/bling
|
path = bundle/bling
|
||||||
url = https://github.com/ivyl/vim-bling.git
|
url = https://github.com/ivyl/vim-bling.git
|
||||||
|
[submodule "bundle/emmet.vim"]
|
||||||
|
path = bundle/emmet.vim
|
||||||
|
url = https://github.com/mattn/emmet-vim.git
|
||||||
|
|||||||
Submodule bundle/bling updated: aa646d0871...f6821bdb25
1
bundle/emmet.vim
Submodule
1
bundle/emmet.vim
Submodule
Submodule bundle/emmet.vim added at 6baf3c1210
Submodule bundle/fugitive updated: 124550cfee...61fac2f738
Submodule bundle/surround updated: 02199ea008...42e9b46e7a
Submodule bundle/syntastic.vim updated: 3a03fee48c...c035ac2426
Submodule bundle/tagbar.vim updated: 97d7b04bdd...fd79a17189
Submodule bundle/vim-airline updated: cf798d8783...592cc412cf
Submodule bundle/vim-erlang updated: 7e38e2451b...942984c10e
Submodule bundle/vimerl updated: 7e38e2451b...942984c10e
Submodule bundle/zencoding.vim deleted from 5d54856b49
6
vimrc
6
vimrc
@@ -14,6 +14,8 @@ set autoindent "enable autoindent
|
|||||||
set hidden "enable multiple dirty buffers
|
set hidden "enable multiple dirty buffers
|
||||||
set encoding=utf-8 "set encoding
|
set encoding=utf-8 "set encoding
|
||||||
set autoread "automatically reload files
|
set autoread "automatically reload files
|
||||||
|
set wildmode=full
|
||||||
|
set wildmenu "show autocomplete menu
|
||||||
|
|
||||||
colorscheme hybrid
|
colorscheme hybrid
|
||||||
|
|
||||||
@@ -49,6 +51,9 @@ nmap <leader>f* :call JsFunctionLookup()<cr>zz
|
|||||||
nnoremap <silent> <Esc><Esc> <Esc>:nohlsearch<CR><Esc>
|
nnoremap <silent> <Esc><Esc> <Esc>:nohlsearch<CR><Esc>
|
||||||
"highlight search results
|
"highlight search results
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
"ignore capitalization
|
||||||
|
set ignorecase
|
||||||
|
set smartcase
|
||||||
"highlight current line
|
"highlight current line
|
||||||
set cursorline
|
set cursorline
|
||||||
"show whitespace
|
"show whitespace
|
||||||
@@ -61,6 +66,7 @@ highlight SpecialKey guifg=#4a4a59
|
|||||||
"toggle whitespace
|
"toggle whitespace
|
||||||
nmap <leader>l :set list!<cr>
|
nmap <leader>l :set list!<cr>
|
||||||
|
|
||||||
|
noremap <silent> <leader>R :! echo reload \| nc vsviryda01vl 32000<cr><cr>
|
||||||
"tab settings
|
"tab settings
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
|||||||
Reference in New Issue
Block a user