mirror of
https://github.com/zoriya/flake.git
synced 2026-05-31 18:04:19 +00:00
@@ -53,10 +53,6 @@
|
||||
url = "github:barreiroleo/ltex_extra.nvim/dev";
|
||||
flake = false;
|
||||
};
|
||||
dirtytalk = {
|
||||
url = "github:psliwka/vim-dirtytalk";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"/build"
|
||||
# blink
|
||||
"/target"
|
||||
# dirtytalk
|
||||
"/wordlists"
|
||||
];
|
||||
|
||||
# Every plugin has its own generated help tags (doc/tags)
|
||||
|
||||
Reference in New Issue
Block a user