ugh, disable nvim server for now
This commit is contained in:
parent
2b953845b6
commit
692322af16
|
@ -54,6 +54,7 @@
|
|||
};
|
||||
|
||||
systemd.services.nvim-server = {
|
||||
enable = false;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
description = "Neovim Server";
|
||||
script = ''
|
||||
|
|
Loading…
Reference in New Issue