mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-11 03:13:49 -05:00
Improved wording on scope of settings.
This commit is contained in:
@@ -228,15 +228,12 @@ screen lines and columns and the fullscreen background.
|
|||||||
|
|
||||||
### Q: I want to set `cursorline`, `wrap`, `textwidth`, `foldcolumn`, etc. in my themes.
|
### Q: I want to set `cursorline`, `wrap`, `textwidth`, `foldcolumn`, etc. in my themes.
|
||||||
|
|
||||||
_thematic_ focuses exclusively on global settings. The settings above are
|
At present, _thematic_ focuses exclusively on global settings. The
|
||||||
not globally-scoped but are instead scoped to individual buffers and
|
settings above are not globally-scoped but are instead scoped to
|
||||||
windows. Those are best set using the `autocmd FileType` feature in Vim.
|
individual buffers and windows. Until we determine a good approach to
|
||||||
|
support these 'lesser' scoped settings, you can set them for all
|
||||||
In addition, settings like `textwidth` will modify your documents, which
|
buffers via your `.vimrc` or by file type using the `autocmd FileType`
|
||||||
this plugin strenuously avoids.
|
feature in Vim.
|
||||||
|
|
||||||
See the [vim-pencil](http://github.com/reedes/vim-pencil) plugin by the
|
|
||||||
same author to manage `textwidth` etc.
|
|
||||||
|
|
||||||
### Q: How can I configure Vim to emulate markdown editors like IA Writer?
|
### Q: How can I configure Vim to emulate markdown editors like IA Writer?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user