From 273be5aea84a5ac24dcd66afdd83a274d885baae Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 19 Jun 2025 19:04:57 +0200 Subject: [PATCH] Modules/Neovim: Remove cellular-automaton --- home/modules/neovim/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index bf03967e..d5dcce9e 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -356,13 +356,6 @@ in { }; }; - cellular-automaton = { - name = "cellular-automaton"; - pkg = pkgs.vimPlugins.cellular-automaton-nvim; - lazy = true; - cmd = ["CellularAutomaton"]; - }; - # NOTE: In LazyVim require("clang_extensions").setup(opts) is called where opts is the server definition from lspconfig... clangd-extensions = rec { name = "clangd_extensions"; @@ -1942,7 +1935,6 @@ in { better-escape # Escape to normal mode using "jk" catppuccin # Colortheme (also add this here to access palettes) - cellular-automaton # Procrastinate better by watching animations clangd-extensions # Improved clang LSP support blink-cmp # Fast as fuck auto completion