nvim config stolen from @Lukacms
This commit is contained in:
9
nvim/lua/plugins/documentation.lua
Normal file
9
nvim/lua/plugins/documentation.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"danymat/neogen",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true,
|
||||
-- Uncomment next line if you want to follow only stable versions
|
||||
-- version = "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user