Add customizations
This commit is contained in:
parent
93fde0556e
commit
af39dd4a9f
13 changed files with 151 additions and 28 deletions
9
lua/custom/plugins/vim-tmux-navigator.lua
Normal file
9
lua/custom/plugins/vim-tmux-navigator.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
-- Seamless navigation between tmux panes and vim splits
|
||||
'christoomey/vim-tmux-navigator',
|
||||
config = function()
|
||||
-- disable netrw for nvim-tree
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue