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