Skip to content

Commit

Permalink
neovim: Add vim-cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
m-b-t-n committed Jan 28, 2025
1 parent aedcb6a commit cbe98bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions neovim/lua/plugins/vim-cheatsheet.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
{
"reireias/vim-cheatsheet",
config = function()
vim.g['cheatsheet#cheat_file'] = '$HOME/dotfiles/vim/cheatsheet.md'
vim.g['cheatsheet#float_window'] = 1
end,
},
}

0 comments on commit cbe98bb

Please sign in to comment.