markdown updated plugins
This commit is contained in:
@ -53,10 +53,15 @@ return require'packer'.startup(function()
|
||||
------------------------------------------------------------
|
||||
|
||||
-- Tmux Navigation
|
||||
use 'aserowy/tmux.nvim'
|
||||
use({
|
||||
"aserowy/tmux.nvim",
|
||||
config = function() require("tmux").setup() end
|
||||
})
|
||||
-- Find & Search LSP Tags
|
||||
|
||||
use 'liuchengxu/vista.vim'
|
||||
-- Snippets
|
||||
|
||||
use 'rafamadriz/friendly-snippets'
|
||||
|
||||
-- Rename and Work with Buffer & Tabs
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
local tmux_installer = require("tmux").setup({
|
||||
copy_sync = {
|
||||
enable = true,
|
||||
},
|
||||
navigation = {
|
||||
enable_default_keybindings = true,
|
||||
},
|
||||
resize = {
|
||||
enable_default_keybindings = true,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user