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: 4 days ago
JSON representation
Visualize existence of EOL at EOF ⏎
- Host: GitHub
- URL: https://github.com/LumaKernel/nvim-visual-eof.lua
- Owner: LumaKernel
- License: unlicense
- Created: 2020-07-26T16:58:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T06:00:42.000Z (over 3 years ago)
- Last Synced: 2024-08-01T17:37:33.492Z (3 months ago)
- Topics: lua, neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.