chore(nvim): simplify imports and clean up plugin files

This commit is contained in:
Stefan Imhoff
2022-12-17 17:48:17 +01:00
parent 68a3d0deab
commit a7e00b506d
51 changed files with 245 additions and 487 deletions

View File

@@ -0,0 +1,8 @@
-- https://github.com/neovide/neovide
if vim.fn.exists("g:neovide") then
vim.o.guifont = "FiraCode Nerd Font:h20"
vim.g.neovide_cursor_vfx_mode = "railgun"
vim.g.neovide_floating_blur_amount_x = 2.0
vim.g.neovide_floating_blur_amount_y = 2.0
end