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: 14 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T06:00:42.000Z (over 4 years ago)
- Last Synced: 2025-06-12T03:03:36.178Z (14 days ago)
- Topics: lua, neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 10
- Watchers: 1
- 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.


## Setup
You should run setup function.
```lua
lua << EOF
require'visual-eof'.setup()
EOF
```See `:h visual-eof.lua-options` for more options.