commit a2bb4b06ccc66b09890968b64a0497834d446448
parent 9a8a510254469d8b34dfd598509e8959fd6add61
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 16 Jun 2026 11:02:22 +0100
Migrate neovim config to 26.05 syntax
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/home/neovim.nix b/home/neovim.nix
@@ -1,10 +1,10 @@
{ pkgs, ... }: {
programs.neovim = {
enable = true;
+ withPython3 = false;
+ withRuby = false;
defaultEditor = true;
- plugins = with pkgs.vimPlugins; [
- vim-nix
- ];
+ plugins = with pkgs.vimPlugins; [ vim-nix ];
extraConfig = ''
set smartcase
set nocompatible