mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-15 07:23:02 +02:00
initial commit for config
This commit is contained in:
parent
a22976111e
commit
80c2d1d5d8
3 changed files with 476 additions and 25 deletions
6
lua/plugins/neoscroll.lua
Normal file
6
lua/plugins/neoscroll.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"karb94/neoscroll.nvim",
|
||||
config = function ()
|
||||
require('neoscroll').setup({})
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue