[feat] nvim: configure nvim-silicon
Allows me to easily take screenshots of my code
This commit is contained in:
parent
cc02c89661
commit
6bba09edf5
3 changed files with 25 additions and 2 deletions
|
@ -135,7 +135,14 @@ in [
|
|||
{
|
||||
mode = "n";
|
||||
key = "<leader>w";
|
||||
action = mkRaw "require'conform'.format";
|
||||
action = mkRaw "require('conform').format";
|
||||
options.desc = "Format buffer";
|
||||
}
|
||||
# Nvim Silicon
|
||||
{
|
||||
mode = "v";
|
||||
key = "<leader>sc";
|
||||
action = mkRaw "require('nvim-silicon').clip";
|
||||
options.desc = "Snap Code (to clipboard)";
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue