Compare commits
1 Commits
9c64158445
...
315b5365ea
Author | SHA1 | Date | |
---|---|---|---|
315b5365ea |
@ -162,11 +162,6 @@ set mouse=a
|
|||||||
" q - allow formatting with 'gq'
|
" q - allow formatting with 'gq'
|
||||||
set formatoptions+=rq
|
set formatoptions+=rq
|
||||||
|
|
||||||
" Always show the signcolum
|
|
||||||
if exists('&signcolumn')
|
|
||||||
set signcolumn=yes
|
|
||||||
endif
|
|
||||||
|
|
||||||
" Enable modeline
|
" Enable modeline
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
|
3
vimrc
3
vimrc
@ -70,6 +70,9 @@ let g:ale_cmake_cmakelint_options =
|
|||||||
|
|
||||||
" Version control differences in the sign column
|
" Version control differences in the sign column
|
||||||
Pack 'mhinz/vim-signify'
|
Pack 'mhinz/vim-signify'
|
||||||
|
if exists('&signcolumn')
|
||||||
|
set signcolumn=yes
|
||||||
|
endif
|
||||||
|
|
||||||
" format.vim - format with text objects
|
" format.vim - format with text objects
|
||||||
Pack 'git@bitbucket.org:infektor/format.vim.git'
|
Pack 'git@bitbucket.org:infektor/format.vim.git'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user