Add neovim config
This commit is contained in:
16
nvim/lua/plugins/codesnap.lua
Normal file
16
nvim/lua/plugins/codesnap.lua
Normal 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 = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user