Nvim: restructure all plugins configuration
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
let g:cmake_build_options = [ "-j10" ]
|
||||
|
||||
let g:cmake_root_markers = ['.svn']
|
||||
|
||||
|
||||
let g:cmake_jump_on_error = 0 " We do not want to focus the console
|
||||
augroup vim-cmake-group
|
||||
autocmd User CMakeBuildFailed :cfirst
|
||||
augroup END
|
||||
|
||||
augroup vim-cmake-group
|
||||
autocmd! User CMakeBuildSucceeded CMakeClose
|
||||
augroup END
|
||||
1
.config/nvim/after/plugin/vim-cmake.rc.vim
Symbolic link
1
.config/nvim/after/plugin/vim-cmake.rc.vim
Symbolic link
@@ -0,0 +1 @@
|
||||
../available/vim-cmake.rc.vim
|
||||
Reference in New Issue
Block a user