1

Modules/Neovim: Remove cellular-automaton

This commit is contained in:
2025-06-19 19:04:57 +02:00
parent ae1eddf8cb
commit d576bf1806

View File

@ -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