diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index e36b5f0..009f3f7 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -117,6 +117,8 @@ return { width = get_width, -- Always open the tree on the left side of the screen side = "left", + -- Never display the number line for the tree + number = false, }) local whichKey = require("which-key")