Skip to content

Commit

Permalink
Keymap: fix nvimtreelua after update to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MonaMayrhofer committed Aug 10, 2023
1 parent cb68e6e commit 851d2ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/filetree/nvimtreelua.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ in {
require'nvim-tree'.setup({
disable_netrw = ${boolToString cfg.disableNetRW},
hijack_netrw = ${boolToString cfg.hijackNetRW},
open_on_tab = ${boolToString cfg.openTreeOnNewTab},
open_on_setup = ${boolToString cfg.openOnSetup},
open_on_setup_file = ${boolToString cfg.openOnSetup},
system_open = {
cmd = ${"'" + cfg.systemOpenCmd + "'"},
},
Expand Down

0 comments on commit 851d2ad

Please sign in to comment.