updated some settings, removed ghost text from extra nixvim plugins

This commit is contained in:
pagedmov
2024-10-29 22:24:26 -04:00
parent c9855b6f6e
commit e9f7f3b2e9
2 changed files with 29 additions and 1 deletions

View File

@@ -38,6 +38,15 @@
hash = "sha256-lKSCZ80b/+OV56858FDK7x/zhcuU/AWuCDe+8NdhziU=";
};
})
#(pkgs.vimUtils.buildVimPlugin {
#name = "nvim-ghost.nvim";
#src = pkgs.fetchFromGitHub {
#owner = "subnut";
#repo = "nvim-ghost.nvim";
#rev = "67cc8f38c69d271af1c2430ff5099766f3550eb8";
#hash = "sha256-XldDgPqVeIfUjaRLVUMp88eHBHLzoVgOmT3gupPs+ao=";
#};
#})
];
};
}