add readermode
This commit is contained in:
parent
5b117be5ba
commit
39edd88af4
1 changed files with 7 additions and 0 deletions
7
lua/plugins/readermode.lua
Normal file
7
lua/plugins/readermode.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"sarrisv/readermode.nvim",
|
||||||
|
opts = { --[[ Configurations Options]]
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue