cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
1.01k stars 46 forks source link

indentation failed after pressing <CR> between brackets #114

Closed alexzanderr closed 3 years ago

alexzanderr commented 3 years ago

hi.

nice plugin. works great, but..

when i do this: lexima-issue1

i get this: lexima-issue2

and i was expecting this: lexima-issue3

however, when i save the file (python) the auto-formatter is handling by default wrong indented blocks of code.

when i save i get this: lexima-issue3

my indent tab size is set to 4, but lexima autoindents with tabspace=8

another situation. when i do this: image

unfortunatelly i get this: image

why is this happening? its vimrc tab settings? its the plugin?

any help? thanks.

cohama commented 3 years ago

I could not reproduce it. (Are you writing a python file?)

Please report your (minimal) vimrc.

alexzanderr commented 3 years ago

honestly the problem went away and i dont know how. maybe because it was a plugin interference