remove otter-nvim

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-08 15:27:28 +02:00
parent 62397ced8d
commit 1d0aeced87
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -2,21 +2,11 @@ top@{ inputs, ... }: {
perSystem = perSystem@{ system, pkgs, ... }: {
config.packages = {
nvim = inputs.ide.nvim.${system}.standalone.default {
autoCmd = [
{
callback.__raw = /*lua*/ ''
function() require("otter").activate() end
'';
event = [ "BufEnter" "BufWinEnter" "BufWritePost" ];
pattern = [ "*.nix" ];
}
];
plugins.lsp.servers = {
bashls.enable = true;
pylsp.enable = true;
lua-ls.enable = true;
};
extraPlugins = with pkgs.vimPlugins; [ otter-nvim ];
};
bingwp = pkgs.writers.writeNuBin "bingwp" ''
http get "https://pic.idimitrov.dev/latest.png" | save -f ([(xdg-user-dir PICTURES), "bg.png"] | str join "/")