remove unneeded settings

This commit is contained in:
Roel de Cort 2024-04-29 17:12:26 +02:00
parent 354035b4ab
commit a54ab719e3

View file

@ -14,7 +14,6 @@
transparent_background = true; transparent_background = true;
integrations = { integrations = {
cmp = true; cmp = true;
noice = true;
notify = true; notify = true;
gitsigns = true; gitsigns = true;
which_key = true; which_key = true;
@ -22,7 +21,6 @@
enabled = true; enabled = true;
}; };
treesitter = true; treesitter = true;
treesitter_context = true;
telescope.enabled = true; telescope.enabled = true;
indent_blankline.enabled = true; indent_blankline.enabled = true;
mini.enabled = true; mini.enabled = true;