mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Can it be this easy to make nvim stuff just work? Do I really just need to pull the files in with Home Manager? It seems so, so long as nvim knows about gcc :) There is also a related side of tmux here because it all ties together.
9 lines
178 B
Lua
9 lines
178 B
Lua
return {
|
|
"sudormrfbin/cheatsheet.nvim",
|
|
dependencies = {
|
|
'nvim-telescope/telescope.nvim',
|
|
'nvim-lua/popup.nvim',
|
|
'nvim-lua/plenary.nvim',
|
|
},
|
|
config = true,
|
|
}
|