added bufferline and others

This commit is contained in:
Daniel B Sherry 2024-12-23 17:19:39 -06:00
parent c9553d36a3
commit e6f34faa53
9 changed files with 323 additions and 36 deletions

View file

@ -106,3 +106,6 @@ vim.keymap.set('n', '<leader>sn', function()
builtin.find_files { cwd = vim.fn.stdpath 'config' }
end, { desc = '[S]earch [N]eovim files' })
-- Nvimtree
keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts)
keymap("n", "<leader>f", ":Format<cr>", opts)