🧠 Reorganize packaging
- Better organized and more efficient
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------------- NeoVide -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- Set GUI font
|
||||
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
|
||||
-- refresh rate and translucency
|
||||
vim.g.neovide_refresh_rate = 170
|
||||
vim.g.neovide_transparency = 0.85
|
||||
@@ -39,4 +41,5 @@ vim.cmd(":cnoremap <silent> <C-v> <C-r>+")
|
||||
vim.cmd(":cnoremap <silent> <C-c> <C-r>+")
|
||||
-- and in insert mode
|
||||
vim.cmd(":inoremap <silent> <C-v> <C-r>+")
|
||||
vim.cmd(":inoremap <silent> <C-c> <C-r>+")
|
||||
vim.cmd(":inoremap <silent> <C-c> <C-r>+")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user