update unstable neovim
This commit is contained in:
parent
bed5da204c
commit
ea05fbf9a6
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs.unstable; [
|
||||||
# Language servers
|
# Language servers
|
||||||
clang-tools # C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript
|
clang-tools # C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript
|
||||||
haskell-language-server # Haskell
|
haskell-language-server # Haskell
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.neovim-unwrapped;
|
package = pkgs.unstable.neovim-unwrapped;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.unstable.vimPlugins; [
|
||||||
# Install all grammar packages
|
# Install all grammar packages
|
||||||
# nvim-treesitter.withAllGrammars
|
# nvim-treesitter.withAllGrammars
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue