ugh, disable nvim server for now

This commit is contained in:
Audrey 2025-08-07 22:45:59 -07:00
parent 2b953845b6
commit 692322af16
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
};
systemd.services.nvim-server = {
enable = false;
wantedBy = [ "multi-user.target" ];
description = "Neovim Server";
script = ''