mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-08 05:38:36 +00:00
Merge pull request #778 from ckoehler/oil-fix
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
fix: don't reference snacks in oil config
This commit is contained in:
commit
dafe978ffa
2 changed files with 5 additions and 1 deletions
|
@ -300,3 +300,7 @@
|
||||||
`setupOpts.pickers.find_files`
|
`setupOpts.pickers.find_files`
|
||||||
- Update default `telescope.setupOpts.pickers.find_files.find_command` to only
|
- Update default `telescope.setupOpts.pickers.find_files.find_command` to only
|
||||||
include files (and therefore exclude directories from results)
|
include files (and therefore exclude directories from results)
|
||||||
|
|
||||||
|
[ckoehler](https://github.com/ckoehler):
|
||||||
|
|
||||||
|
- Fix oil config referencing snacks
|
||||||
|
|
|
@ -12,7 +12,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["oil-nvim"];
|
startPlugins = ["oil-nvim"];
|
||||||
pluginRC.snacks-nvim = entryAnywhere ''
|
pluginRC.oil-nvim = entryAnywhere ''
|
||||||
require("oil").setup(${toLuaObject cfg.setupOpts});
|
require("oil").setup(${toLuaObject cfg.setupOpts});
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue