Ecosyste.ms: Awesome

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

https://github.com/LumaKernel/nvim-visual-eof.lua

Visualize existence of EOL at EOF ⏎
https://github.com/LumaKernel/nvim-visual-eof.lua

lua neovim neovim-plugin

Last synced: 20 days ago
JSON representation

Visualize existence of EOL at EOF ⏎

Lists

README

        

# visual-eof.lua

Visualize existence of EOL at EOF.

![image](https://user-images.githubusercontent.com/29811106/88484843-c1256780-cfac-11ea-9ddb-91af1479ea12.png)

![image](https://user-images.githubusercontent.com/29811106/88485060-2b8ad780-cfae-11ea-9df3-9d001f38d390.png)

## Setup

You should run setup function.

```lua
lua << EOF
require'visual-eof'.setup()
EOF
```

See `:h visual-eof.lua-options` for more options.