mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
fix-canole-hidden-files (#19)
This commit is contained in:
parent
a5fd2ff869
commit
a9e8899ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ return {
|
|||
|
||||
vim.g.canola = {
|
||||
columns = { "icon" },
|
||||
hidden = { enabled = true },
|
||||
hidden = { enabled = false },
|
||||
highlights = { filename = {}, columns = true },
|
||||
save = "auto",
|
||||
extglob = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue