i hate discord

This commit is contained in:
foxora 2026-02-13 17:32:36 +00:00
parent ed8eae1e02
commit cb3e48d646
3 changed files with 0 additions and 10 deletions

View file

@ -4,5 +4,4 @@ require("lze").load {
{ import = "plugins.treesitter", },
{ import = "plugins.fyler", },
{ import = "plugins.mini-hipatterns", },
--{ import = "plugins.neocord", },
}

View file

@ -1,5 +0,0 @@
return {
{
"neocord",
},
}

View file

@ -135,9 +135,6 @@ in {
nvim-jdtls
];
};
discord = with pkgs.vimPlugins; [
neocord # discord presence plugin :3
];
};
# shared libraries to be added to LD_LIBRARY_PATH
@ -210,7 +207,6 @@ in {
lsp = true;
completion = true;
treesitter = true;
discord = false;
lang = {
lua = true;