nixvim: Uninstall cmp-async-path
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
a376cd8622
commit
8f8f956cac
1 changed files with 0 additions and 8 deletions
|
@ -81,14 +81,6 @@
|
|||
programs.nixvim.extraPlugins = [
|
||||
pkgs.vimPlugins.guess-indent-nvim
|
||||
pkgs.vimPlugins.vim-monokai-tasty
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "cmp-async-path";
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://codeberg.org/FelipeLema/cmp-async-path";
|
||||
rev = "7df7f3721c45aac26b6e0474087538f4681c9c7a";
|
||||
hash = "sha256-LSWWsn8aKogjWevcbjITXu30a2k3wY3+f2+l7WDAZpY=";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
programs.nixvim.colorscheme = "vim-monokai-tasty";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue