Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotted indent guides style of Sublime Text2 ? #41

Closed
ahmadseleem opened this issue Jul 15, 2012 · 5 comments
Closed

dotted indent guides style of Sublime Text2 ? #41

ahmadseleem opened this issue Jul 15, 2012 · 5 comments

Comments

@ahmadseleem
Copy link

How can I change the style to be Sublime Text 2 , so it will be very small dots like sublime ?

@nathanaelkane
Copy link
Collaborator

I don't believe this is actually possible sorry.

@schickling
Copy link

@nathanaelkane
Copy link
Collaborator

@ahmadseleem @schickling this is now possible in Vim (since 7.3) using conceal, I haven't implemented this feature in my plugin yet, but checkout indentLine.

@ahmadseleem
Copy link
Author

@nathanaelkane i use your plugin for a while like that:

let g:indentLine_color_term = 111
let g:indentLine_color_gui = '#2A2F34'
"let g:indentLine_color_gui = '#DADADA'
"let g:indentLine_char = '∙▹¦'
let g:indentLine_char = '∙'

but if you implement it as sublime it would be nicer

@schickling
Copy link

Thanks @ahmadseleem I opened an issue and proposed the styling. Perhaps well see something in the future! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants