From 21378357482fff431f12bbb50f553fe3011d1893 Mon Sep 17 00:00:00 2001 From: Jimmy Bates Date: Wed, 3 Jul 2024 12:25:31 -0700 Subject: [PATCH] Autoformat changed to 2, neo-tree removed thingy, init removed thingy --- init.lua | 2 +- lua/custom/plugins/autoformat.lua | 2 +- lua/kickstart/plugins/neo-tree.lua | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 2a60b42c..f516d45e 100644 --- a/init.lua +++ b/init.lua @@ -303,7 +303,7 @@ require('lazy').setup({ ['u'] = { name = 'Tro[U]ble', _ = 'which_key_ignore' }, ['w'] = { name = '[W]orkspace', _ = 'which_key_ignore' }, ['h'] = { name = 'Copilot C[H]at', _ = 'which_key_ignore' }, - --['e'] = { name = '[E]xplore files', _ = 'which_key_ignore' }, + ['Q'] = { name = '[Q] Load Last', _ = 'which_key_ignore' }, } -- visual mode require('which-key').register({ diff --git a/lua/custom/plugins/autoformat.lua b/lua/custom/plugins/autoformat.lua index e8989393..4a080c85 100644 --- a/lua/custom/plugins/autoformat.lua +++ b/lua/custom/plugins/autoformat.lua @@ -45,7 +45,7 @@ return { formatters = { djlint = { args = function() - return { '-', '--reformat', '--profile', 'django', '--indent', 4 } + return { '-', '--reformat', '--profile', 'django', '--indent', 2 } end, }, }, diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index 93fee330..a4c543b8 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -12,8 +12,8 @@ return { cmd = 'Neotree', keys = { { '', ':Neotree toggle', { desc = 'NeoTree toggle' } }, - { 'e', ':Neotree reveal', mode = '', desc = '[E]xplore files' }, - { 'E', ':Neotree buffers', mode = '', desc = '[E]xplore buffers' }, + -- { 'e', ':Neotree reveal', mode = '', desc = '[E]xplore files' }, + -- { 'E', ':Neotree buffers', mode = '', desc = '[E]xplore buffers' }, }, opts = { filesystem = {