mirror of
https://github.com/zoriya/flake.git
synced 2026-05-25 15:59:46 +00:00
Add site dir to rtp for spell files
This commit is contained in:
+6
-2
@@ -49,7 +49,7 @@
|
||||
map (p:
|
||||
lib.pipe p [
|
||||
builder.byteCompile
|
||||
# we removeDependencies after byteCompiling because byteCompile resets the derivation to it's inital state
|
||||
# we removeDependencies after byteCompiling because byteCompile resets the derivation to it's initial state
|
||||
# (with dependencies and idk why)
|
||||
removeDependencies
|
||||
])
|
||||
@@ -75,6 +75,7 @@
|
||||
"${conf}",
|
||||
"${pluginPack}/pack/packages/start/vimplugin-plugin-pack",
|
||||
vim.env.VIMRUNTIME,
|
||||
vim.fn.stdpath('data') .. "/site",
|
||||
"${conf}/after",
|
||||
}
|
||||
vim.opt.packpath = {
|
||||
@@ -95,5 +96,8 @@ in {
|
||||
inherit withPython3 withNodeJs withPerl withRuby extraPython3Packages extraLuaPackages;
|
||||
};
|
||||
|
||||
nvim-luarc = mkLuarc { nvim = package; inherit plugins; };
|
||||
nvim-luarc = mkLuarc {
|
||||
nvim = package;
|
||||
inherit plugins;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user