├── .stylua.toml ├── LICENSE ├── README.md └── lua └── nvim-cursorline.lua /.stylua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ya2s/nvim-cursorline/HEAD/.stylua.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ya2s/nvim-cursorline/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ya2s/nvim-cursorline/HEAD/README.md -------------------------------------------------------------------------------- /lua/nvim-cursorline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ya2s/nvim-cursorline/HEAD/lua/nvim-cursorline.lua --------------------------------------------------------------------------------