nvf: more changes

This commit is contained in:
Charlie Root 2024-08-22 22:53:35 +02:00
commit e9130edc58
6 changed files with 7 additions and 23 deletions

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
notify = {
nvim-notify.enable = true;

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
presence.neocord.enable = true;
};

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
projects = {
project-nvim = {

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
};
}

View file

@ -1,10 +1,4 @@
{
config,
pkgs,
...
}: let
inherit (config.modules.other.system) username;
in {
{pkgs, ...}: {
programs.neovim-flake.settings.vim = {
treesitter = {
fold = true;

View file

@ -3,15 +3,13 @@ _: {
visuals = {
enable = true;
nvimWebDevicons.enable = true;
scrollBar.enable = false;
smoothScroll.enable = false;
cellularAutomaton.enable = true;
highlight-undo.enable = true;
indentBlankline.enable = true;
cursorline = {
enable = true;
enable = false;
lineTimeout = 0;
};
@ -21,7 +19,7 @@ _: {
notification.window = {
winblend = 0;
border = "none";
render_limit = 10;
render_limit = 7;
};
};
};