addet snippets for scissors
This commit is contained in:
parent
d4bf2d85b6
commit
835432435f
5 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,5 +15,3 @@
|
||||||
|
|
||||||
lazy-lock.json
|
lazy-lock.json
|
||||||
cd-project.nvim.json
|
cd-project.nvim.json
|
||||||
|
|
||||||
snippets/
|
|
||||||
|
|
|
@ -75,7 +75,8 @@ vim.cmd([[
|
||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
-- vim.g.neovide_transparency = 0.35
|
-- vim.g.neovide_transparency = 0.35
|
||||||
vim.g.neovide_transparency = 1
|
vim.g.neovide_transparency = 1
|
||||||
vim.g.neovide_theme = "auto"
|
vim.g.neovide_theme = "dark"
|
||||||
vim.g.neovide_refresh_rate = 90
|
vim.g.neovide_refresh_rate = 90
|
||||||
vim.g.neovide_cursor_vfx_mode = "torpedo"
|
vim.g.neovide_cursor_vfx_mode = "torpedo"
|
||||||
|
vim.g.neovide_cursor_smooth_blink = true
|
||||||
end
|
end
|
||||||
|
|
1
snippets/lua.json
Normal file
1
snippets/lua.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
1
snippets/package.json
Normal file
1
snippets/package.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"contributes":{"snippets":[{"language":["sh"],"path":".\/sh.json"},{"language":["lua"],"path":".\/lua.json"}]},"name":"my-snippets","description":"This package.json has been generated by nvim-scissors."}
|
1
snippets/sh.json
Normal file
1
snippets/sh.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue