Add neovim config

This commit is contained in:
2025-04-23 18:43:29 -07:00
parent 9740b37a63
commit d93cbb14c0
15 changed files with 239 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
return {
'mistricky/codesnap.nvim',
lazy = false,
build = 'make',
keys = {
{'<F2>', '<cmd>CodeSnap<cr>', mode = 'x'},
},
opts = {
bg_theme = "sea",
has_line_number = true,
bg_padding = 0,
code_font_family = "ComicShannsMono Nerd Font";
mac_window_bar = false,
watermark = ""
}
}