mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-12 11:53:50 -05:00
Remove indentation for vim code blocks
This commit is contained in:
@@ -166,7 +166,7 @@ It works best with GUI Vim's fullscreen. A few steps are involved:
|
|||||||
|
|
||||||
(2) Edit your `.gvimrc` to disable the tool bar, etc.
|
(2) Edit your `.gvimrc` to disable the tool bar, etc.
|
||||||
|
|
||||||
```
|
```vim
|
||||||
set antialias
|
set antialias
|
||||||
set guicursor+=a:blinkon0 " disable cursor blink
|
set guicursor+=a:blinkon0 " disable cursor blink
|
||||||
set guioptions-=r "kill right scrollbar
|
set guioptions-=r "kill right scrollbar
|
||||||
@@ -178,7 +178,7 @@ It works best with GUI Vim's fullscreen. A few steps are involved:
|
|||||||
(3) Finally, create a theme configured to your tastes. Here's an example for
|
(3) Finally, create a theme configured to your tastes. Here's an example for
|
||||||
MacVim:
|
MacVim:
|
||||||
|
|
||||||
```
|
```vim
|
||||||
let g:thematic#themes = {
|
let g:thematic#themes = {
|
||||||
\ 'iawriter' :{ 'colorscheme': 'solarized',
|
\ 'iawriter' :{ 'colorscheme': 'solarized',
|
||||||
\ 'background': 'light',
|
\ 'background': 'light',
|
||||||
@@ -198,7 +198,7 @@ easy way to create generous left and right margins. You can approximate it
|
|||||||
by switching from soft-wrap to hard line breaks with `vim-writer` and using
|
by switching from soft-wrap to hard line breaks with `vim-writer` and using
|
||||||
with a narrow `textwidth`:
|
with a narrow `textwidth`:
|
||||||
|
|
||||||
```
|
```vim
|
||||||
autocmd FileType markdown set foldcolumn=12 textwidth=74
|
autocmd FileType markdown set foldcolumn=12 textwidth=74
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user