Removed hardcoded value to use project ones

* ftplugin values override project ones, removing them fix the issue
This commit is contained in:
Steins7 2022-04-07 10:48:14 +02:00
parent d6e0993d0a
commit 8985a5dbe7
4 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
set colorcolumn=81
set textwidth=80
set cino=N-s set cino=N-s
let g:cpp_attributes_highlight = 1 let g:cpp_attributes_highlight = 1

View File

@ -1,5 +1,3 @@
set colorcolumn=81
set textwidth=80
set cino=N-s set cino=N-s
let g:cpp_attributes_highlight = 1 let g:cpp_attributes_highlight = 1

View File

@ -1,4 +1,3 @@
set colorcolumn=81
"replace tabs with spaces "replace tabs with spaces
set expandtab set expandtab

1
vimrc
View File

@ -51,5 +51,4 @@ let g:header_field_license_id='GNU'
nmap <silent> <F4> :AddHeader<CR> nmap <silent> <F4> :AddHeader<CR>
set autochdir set autochdir
let g:EditorConfig_verbose=1