mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
No commits in common. "dafe978ffa5277519de010cdfca8225c52c9d2aa" and "ae23c34be1e358f28b9cb54f304bcf4cb9ae28f8" have entirely different histories.
dafe978ffa
...
ae23c34be1
2 changed files with 1 additions and 5 deletions
|
|
@ -300,7 +300,3 @@
|
||||||
`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.oil-nvim = entryAnywhere ''
|
pluginRC.snacks-nvim = entryAnywhere ''
|
||||||
require("oil").setup(${toLuaObject cfg.setupOpts});
|
require("oil").setup(${toLuaObject cfg.setupOpts});
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue