Don't set global settings in ftplugin

This commit is contained in:
Kenneth Benzie 2017-05-09 17:44:51 +01:00
parent be47e8ec7b
commit 939e5e0599
3 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
set textwidth=76
set formatoptions+=n
setlocal textwidth=76
setlocal formatoptions+=n

View File

@ -1 +1 @@
set conceallevel=2
setlocal conceallevel=2

View File

@ -1,8 +1,8 @@
" Set up tabs
set expandtab
set tabstop=8
set shiftwidth=4
set softtabstop=4
setlocal expandtab
setlocal tabstop=8
setlocal shiftwidth=4
setlocal softtabstop=4
" Set up text width
setlocal textwidth=0