mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
moved the width definition
This commit is contained in:
@@ -96,9 +96,6 @@ return {
|
||||
require("nvim-tree").setup({
|
||||
auto_reload_on_write = true,
|
||||
sort_by = "case_sensitive",
|
||||
view = {
|
||||
width = get_width,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
},
|
||||
@@ -106,6 +103,8 @@ return {
|
||||
threshold = vim.log.levels.INFO,
|
||||
absolute_path = false,
|
||||
},
|
||||
-- dynamically get the width of the tree
|
||||
width = get_width,
|
||||
})
|
||||
|
||||
local whichKey = require("which-key")
|
||||
|
||||
Reference in New Issue
Block a user