added bufferline and others
This commit is contained in:
parent
c9553d36a3
commit
e6f34faa53
9 changed files with 323 additions and 36 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue