Remove coc config

This commit is contained in:
2024-02-23 00:27:42 +01:00
parent 068ca0b0ec
commit 065f1ae8bf
2 changed files with 0 additions and 10 deletions

View File

@ -452,13 +452,6 @@ in {
programs.neovim = {
vimAlias = true;
viAlias = true;
coc = {
enable = true;
# settings = {
# "rust-analyzer.serverPath" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
# "gopls.experimentalWorkspaceModule" = true;
# };
};
} // config;
# programs.vim = config;