nvim config
This commit is contained in:
parent
abd6a4cead
commit
56d110a6a2
3 changed files with 11 additions and 1 deletions
|
@ -21,4 +21,12 @@ return {
|
|||
colorscheme = "rose-pine",
|
||||
},
|
||||
}
|
||||
|
||||
-- NeoScroll plugin
|
||||
-- {
|
||||
-- "karb94/neoscroll.nvim",
|
||||
-- config = function ()
|
||||
-- require('neoscroll').setup {}
|
||||
-- end
|
||||
-- }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue