feat(neovide): add neovide configuration

This commit is contained in:
Artur Manuel 2025-02-08 20:22:31 +00:00
commit 85f8fee595
2 changed files with 6 additions and 4 deletions

3
neovide.lua Normal file
View file

@ -0,0 +1,3 @@
local g = vim.g
g.neovide_cursor_trail_size = 0

View file

@ -7,11 +7,10 @@ in {
package = vimPlugins.mini-nvim;
setup = "require('mini.statusline').setup {}";
};
# nightfox = {
# package = vimPlugins.nightfox-nvim;
# setup = "vim.cmd('colorscheme carbonfox')";
# };
};
extraLuaFiles = [
./neovide.lua
];
theme = {
name = "nord";
enable = true;