
Add alacritty config, as it is my main terminal now Change **a lot** of nvim configs Add tmux configuration Update zsh configs Add .gitconfig with custom pager Include tmux-plugin-manager as a submodule
6 lines
135 B
Lua
6 lines
135 B
Lua
vim.g.loaded_netrw = 1
|
|
vim.g.loaded_netrwPlugin = 1
|
|
|
|
require("nvim-tree").setup()
|
|
|
|
vim.keymap.set('n', '<C-b>', ':NvimTreeToggle<CR>')
|