diff --git a/init.lua b/init.lua index 8866ac1c..6649408f 100644 --- a/init.lua +++ b/init.lua @@ -185,7 +185,7 @@ require('lazy').setup({ -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart -- These are some example plugins that I've included in the kickstart repository. -- Uncomment any of the lines below to enable them. - -- require 'kickstart.plugins.autoformat', + require 'kickstart.plugins.autoformat', -- require 'kickstart.plugins.debug', -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua` @@ -368,6 +368,7 @@ vim.keymap.set('n', 'q', vim.diagnostic.setloclist, { desc = "Open diagn -- Neotree toggle vim.keymap.set('n', 'e', 'Neotree toggle', { desc = "Toggle Neotree" }) +vim.keymap.set('n', 'o', 'Neotree focus', { desc = "Focus Neotree" }) -- LSP settings. -- This function gets run when an LSP connects to a particular buffer.