Compare commits
1 Commits
315b5365ea
...
9c64158445
Author | SHA1 | Date | |
---|---|---|---|
9c64158445 |
@ -162,6 +162,11 @@ 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,9 +70,6 @@ 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