Don't set global settings in ftplugin
This commit is contained in:
parent
be47e8ec7b
commit
939e5e0599
@ -1,2 +1,2 @@
|
|||||||
set textwidth=76
|
setlocal textwidth=76
|
||||||
set formatoptions+=n
|
setlocal formatoptions+=n
|
||||||
|
@ -1 +1 @@
|
|||||||
set conceallevel=2
|
setlocal conceallevel=2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
" Set up tabs
|
" Set up tabs
|
||||||
set expandtab
|
setlocal expandtab
|
||||||
set tabstop=8
|
setlocal tabstop=8
|
||||||
set shiftwidth=4
|
setlocal shiftwidth=4
|
||||||
set softtabstop=4
|
setlocal softtabstop=4
|
||||||
|
|
||||||
" Set up text width
|
" Set up text width
|
||||||
setlocal textwidth=0
|
setlocal textwidth=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user