Move more neovim plugins to nix
This commit is contained in:
parent
40e0a096e8
commit
85ebcee9ba
34 changed files with 882 additions and 961 deletions
home/features/neovim/config/lua/my/plugins
|
@ -1,6 +1,9 @@
|
|||
local runtime = require("my.tempest")
|
||||
|
||||
local M = {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
cond = runtime.blacklist("vscode"),
|
||||
}
|
||||
|
||||
function M.config()
|
||||
|
@ -28,4 +31,4 @@ function M.config()
|
|||
})
|
||||
end
|
||||
|
||||
return {}
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue