Adjust some nvim bits

This commit is contained in:
Gene Liverman 2024-01-02 15:58:03 -05:00
parent 95eec44e89
commit 0962ff6eca
6 changed files with 57 additions and 29 deletions

View file

@ -0,0 +1,9 @@
return {
"sudormrfbin/cheatsheet.nvim",
dependencies = {
'nvim-telescope/telescope.nvim',
'nvim-lua/popup.nvim',
'nvim-lua/plenary.nvim',
},
config = true,
}