nvim oil, shell aliases, zsh tweaks

This commit is contained in:
eneller
2024-08-25 23:35:33 +02:00
parent 370034ed5d
commit 169f4f10f1
6 changed files with 30 additions and 45 deletions

View File

@@ -19,6 +19,7 @@ packer.startup(function()
use 'neovim/nvim-lspconfig'
use 'nvim-treesitter/nvim-treesitter'
use 'kylechui/nvim-surround'
use 'stevearc/oil.nvim'
-- use nvim-leap
end
)
@@ -31,4 +32,4 @@ configs.setup {
}
}
]]--
require("oil").setup()