Remove unused stuff

Evaluation on cranberry is sure does not leave much memory.
This commit is contained in:
Geoffrey Frogeye 2025-02-25 17:06:14 +01:00
parent dc52303eb7
commit e9e6265c41
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
39 changed files with 24 additions and 116 deletions

View file

@ -1,7 +1,5 @@
{
pkgs,
lib,
config,
...
}:
let
@ -32,7 +30,7 @@ in
{
config = {
programs.nixvim = {
extraPlugins = with pkgs.vimPlugins; [
extraPlugins = [
# f/F mode
vim-shot-f # Highlight relevant characters for f/F/t/T modes
quick-scope # Highlight relevant characters for f/F modes one per word but always

View file

@ -1,7 +1,5 @@
{
pkgs,
lib,
config,
...
}:
{

View file

@ -1,7 +1,4 @@
{
pkgs,
lib,
config,
...
}:
{

View file

@ -1,7 +1,5 @@
{
pkgs,
lib,
config,
...
}:
{