update unstable neovim

This commit is contained in:
♥ Minnie ♥ 2023-06-05 11:52:44 +08:00
parent bed5da204c
commit ea05fbf9a6

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
home.packages = with pkgs.unstable; [
# Language servers
clang-tools # C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript
haskell-language-server # Haskell
@ -12,8 +12,8 @@
programs.neovim = {
enable = true;
package = pkgs.neovim-unwrapped;
plugins = with pkgs.vimPlugins; [
package = pkgs.unstable.neovim-unwrapped;
plugins = with pkgs.unstable.vimPlugins; [
# Install all grammar packages
# nvim-treesitter.withAllGrammars