mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 10:57:13 +00:00
@@ -53,10 +53,6 @@
|
|||||||
url = "github:barreiroleo/ltex_extra.nvim/dev";
|
url = "github:barreiroleo/ltex_extra.nvim/dev";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
dirtytalk = {
|
|
||||||
url = "github:psliwka/vim-dirtytalk";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
neovim-nightly,
|
neovim-nightly,
|
||||||
vim-lumen,
|
vim-lumen,
|
||||||
ltex-extra,
|
ltex-extra,
|
||||||
dirtytalk,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
mkNvim = import ./nix/mknvim.nix {inherit pkgs lib;};
|
mkNvim = import ./nix/mknvim.nix {inherit pkgs lib;};
|
||||||
@@ -93,7 +92,6 @@ in
|
|||||||
|
|
||||||
vim-helm
|
vim-helm
|
||||||
vim-sleuth
|
vim-sleuth
|
||||||
(mkPlugin dirtytalk "dirtytalk")
|
|
||||||
auto-save-nvim
|
auto-save-nvim
|
||||||
undotree
|
undotree
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ vim.opt.completeopt = { "menuone", "popup", "noinsert", "fuzzy" }
|
|||||||
vim.opt.pumheight = 15
|
vim.opt.pumheight = 15
|
||||||
|
|
||||||
vim.opt.spelloptions = { "camel", "noplainbuffer" }
|
vim.opt.spelloptions = { "camel", "noplainbuffer" }
|
||||||
vim.opt.spelllang = { "en", "programming", "cjk", }
|
vim.opt.spelllang = { "en", "cjk", }
|
||||||
vim.opt.spell = true
|
vim.opt.spell = true
|
||||||
|
|
||||||
-- Can't specify this in wordmotion's config due to race conditions
|
-- Can't specify this in wordmotion's config due to race conditions
|
||||||
|
|||||||
@@ -33,8 +33,6 @@
|
|||||||
"/build"
|
"/build"
|
||||||
# blink
|
# blink
|
||||||
"/target"
|
"/target"
|
||||||
# dirtytalk
|
|
||||||
"/wordlists"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Every plugin has its own generated help tags (doc/tags)
|
# Every plugin has its own generated help tags (doc/tags)
|
||||||
|
|||||||
Reference in New Issue
Block a user