An open API service indexing awesome lists of open source software.

https://github.com/rootmos/tabs-vs-spaces

Configure Vim according to heuristics based on the current buffer
https://github.com/rootmos/tabs-vs-spaces

vim vim-plugin

Last synced: 2 months ago
JSON representation

Configure Vim according to heuristics based on the current buffer

Awesome Lists containing this project

README

          

# tabs-vs-spaces

[![Run tests](https://github.com/rootmos/tabs-vs-spaces/actions/workflows/tests.yaml/badge.svg)](https://github.com/rootmos/tabs-vs-spaces/actions/workflows/tests.yaml)

For when you're tired of the endless arguments: apply some heuristics and move on.

Lo and behold, now implemented in lua for Neovim!
(The old vimscript implementation can be found at the [`vimscript`](https://github.com/rootmos/tabs-vs-spaces/tree/vimscript) tag.)