nvf changes

This commit is contained in:
Vali 2024-07-06 15:53:16 +02:00
commit 719c8842c3
42 changed files with 261 additions and 154 deletions

View file

@ -3,8 +3,10 @@
pkgs,
lib,
...
}: {
programs.neovim-flake.settings.vim = {
}: let
inherit (config.modules.other.system) username;
in {
home-manager.users.${username}.programs.neovim-flake.settings.vim = {
languages = {
enableLSP = true;
enableFormat = true;