From 9baa1923884aaf47e9bb71d3a500b0dfeabdafbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 26 May 2024 14:28:55 +0200 Subject: [PATCH] 345 current 1970-01-01 01:00:00 23.11.20240522.4639777 6.6.30-rt30 * --- modules/home/shell/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/shell/neovim.nix b/modules/home/shell/neovim.nix index 2174f00..50ab3fa 100644 --- a/modules/home/shell/neovim.nix +++ b/modules/home/shell/neovim.nix @@ -16,6 +16,7 @@ in { defaultEditor = true; plugins = with pkgs.vimPlugins; [ lazy-nvim + nvim-treesitter-parsers.rust ]; extraLuaConfig = '' require "lazy_setup"