Revert "Add vim-dirtytalk"

This reverts commit 0bfd2e65b7.
This commit is contained in:
2025-01-23 15:26:39 +01:00
parent 0bfd2e65b7
commit 8c78557053
4 changed files with 1 additions and 9 deletions
-4
View File
@@ -53,10 +53,6 @@
url = "github:barreiroleo/ltex_extra.nvim/dev";
flake = false;
};
dirtytalk = {
url = "github:psliwka/vim-dirtytalk";
flake = false;
};
};
outputs = {
-2
View File
@@ -4,7 +4,6 @@
neovim-nightly,
vim-lumen,
ltex-extra,
dirtytalk,
...
}: let
mkNvim = import ./nix/mknvim.nix {inherit pkgs lib;};
@@ -93,7 +92,6 @@ in
vim-helm
vim-sleuth
(mkPlugin dirtytalk "dirtytalk")
auto-save-nvim
undotree
+1 -1
View File
@@ -40,7 +40,7 @@ vim.opt.completeopt = { "menuone", "popup", "noinsert", "fuzzy" }
vim.opt.pumheight = 15
vim.opt.spelloptions = { "camel", "noplainbuffer" }
vim.opt.spelllang = { "en", "programming", "cjk", }
vim.opt.spelllang = { "en", "cjk", }
vim.opt.spell = true
-- Can't specify this in wordmotion's config due to race conditions
-2
View File
@@ -33,8 +33,6 @@
"/build"
# blink
"/target"
# dirtytalk
"/wordlists"
];
# Every plugin has its own generated help tags (doc/tags)