Add basic neovide config

This commit is contained in:
Kenneth Benzie 2025-07-28 16:08:10 +01:00
parent 3b79830ece
commit 1529032ffb

View File

@ -1,6 +1,11 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
if vim.g.neovide then
vim.o.guifont = "CaskaydiaCove Nerd Font:h12"
vim.g.neovide_cursor_animation_length = 0
end
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({ 'git', 'clone', '--filter=blob:none',