morhetz / gruvbox

Retro groove color scheme for Vim
13.79k stars 1.11k forks source link

deal with tabs and spaces #248

Closed auth-day closed 6 years ago

auth-day commented 6 years ago

Hello!

Where can I configure the number of spaces when go to next line? I am writing xml format file and when I press enter my new line is too far from the beginning, like that:

[cursor is here] This is too much. Where to go to do something with it? :)
morhetz commented 6 years ago

@diboanches I beg your pardon, 1) as far as I understand this is totally unrelated to the gruvbox colorscheme 2) that depends on your vimrc and plugins 3) try :h 'autoindent' and check for filetype specific indent vim-files

auth-day commented 6 years ago

@morhetz oh, It is just never happened before I installed the gruvbox. Okay, I am going to take your advice, thank you.