From 9d571298763cb229a06970575559c2b85ce3088c Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Thu, 10 Apr 2025 13:44:53 +0200 Subject: [PATCH] nvim --- nvim/init.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index 0b12c01..b813995 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -512,7 +512,7 @@ local function makespec_lualine() lualine_x = { -- { 'require("noice").api.status.message.get()', color = { fg = "#99c794" } }, -- gets too obtrusive { 'require("noice").api.status.mode.get()', color = "lualine_a_command" }, - { 'require("noice").api.status.command.get()', color = "lualine_a_insert" }, + { 'require("noice").api.status.command.get()', color = "lualine_a_command" }, }, lualine_y = { "encoding", @@ -595,7 +595,10 @@ local function makespec_neotree() opts = { hijack_netrw_behavior = "disabled", close_if_last_window = true, - filesystem = { follow_current_file = { enabled = true } }, + filesystem = { + filtered_items = { hide_gitignored = false }, + follow_current_file = { enabled = false }, + }, commands = { system_open = function(state) local node = state.tree:get_node()