forked from foxora/nix
i hate discord
This commit is contained in:
parent
b77a284b55
commit
c79b2ed2ae
3 changed files with 0 additions and 10 deletions
|
|
@ -4,5 +4,4 @@ require("lze").load {
|
|||
{ import = "plugins.treesitter", },
|
||||
{ import = "plugins.fyler", },
|
||||
{ import = "plugins.mini-hipatterns", },
|
||||
--{ import = "plugins.neocord", },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"neocord",
|
||||
},
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue