From df185a36158212f1402905343bede215fa7e1465 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 04:00:07 -0500 Subject: [PATCH] 202 current 2025-01-11 03:59:58 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/nvim/default.nix | 4 ++-- .../nvim/plugins/{nerdtree.lua => nvimtree.lua} | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) rename home/programs/nvim/plugins/{nerdtree.lua => nvimtree.lua} (82%) diff --git a/home/programs/nvim/default.nix b/home/programs/nvim/default.nix index c00ece9..fb42835 100644 --- a/home/programs/nvim/default.nix +++ b/home/programs/nvim/default.nix @@ -28,7 +28,7 @@ plugins = with pkgs.vimPlugins; [ vim-nix - coc-nvim + # coc-nvim { plugin = goyo-vim; config = toLuaFile ./plugins/goyo.lua; @@ -43,7 +43,7 @@ } { plugin = nvim-tree-lua; - config = toLuaFile ./plugins/nerdtree.lua; + config = toLuaFile ./plugins/nvimtree.lua; } ]; diff --git a/home/programs/nvim/plugins/nerdtree.lua b/home/programs/nvim/plugins/nvimtree.lua similarity index 82% rename from home/programs/nvim/plugins/nerdtree.lua rename to home/programs/nvim/plugins/nvimtree.lua index be8095f..a7194b5 100644 --- a/home/programs/nvim/plugins/nerdtree.lua +++ b/home/programs/nvim/plugins/nvimtree.lua @@ -9,11 +9,11 @@ require('nvim-tree').setup({ sort_by = 'case_sensitive', view = { adaptive_size = false, - mappings = { - list = { - { key = 'u', action = 'dir_up' }, - }, - }, + -- mappings = { + -- list = { + -- { key = 'u', action = 'dir_up' }, + -- }, + -- }, width = 30, }, renderer = {