From 338a5cdf380ccf57ebaa7ea7b5050e11b396393d Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sat, 19 Jul 2025 13:28:46 -0400 Subject: update neovim --- crn/packages/vim.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'crn/packages') diff --git a/crn/packages/vim.scm b/crn/packages/vim.scm index b109c6b..ccfc23e 100644 --- a/crn/packages/vim.scm +++ b/crn/packages/vim.scm @@ -19,7 +19,7 @@ (define-public neovim (package (name "neovim") - (version "0.10.3") + (version "0.11.3") (source (origin (method git-fetch) (uri (git-reference @@ -28,7 +28,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "01646f9wa47dmpcx8gpgzaxhz8bm6z44y9m9ixiwrw2dk1lsilcs")))) + "07kg1wkv0dhxj8a1xfzj2dnwsp232vd16n1j6jyxs0vvcqqbg5jj")))) (build-system cmake-build-system) (arguments (list #:modules @@ -98,7 +98,7 @@ lua5.1-lpeg lua5.1-bitop lua5.1-libmpack - (specification->package "tree-sitter@0.24.7"))) + (specification->package "tree-sitter@0.25.8"))) (native-inputs (list pkg-config gettext-minimal gperf)) (home-page "https://neovim.io") (synopsis "Fork of vim focused on extensibility and agility") @@ -116,3 +116,5 @@ refactor Vim in order to: ;; Neovim is licensed under the terms of the Apache 2.0 license, ;; except for parts that were contributed under the Vim license. (license (list license:asl2.0 license:vim)))) + +neovim -- cgit v1.2.3