Skip to content

Commit

Permalink
Toggleterm to tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Jun 13, 2023
1 parent a6605e7 commit 87284e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
25 changes: 0 additions & 25 deletions after/plugin/toggleterm.lua

This file was deleted.

13 changes: 5 additions & 8 deletions lua/hans/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ vim.opt.rtp:prepend(lazypath)
-- You can also configure plugins after the setup call,
-- as they will be available in your neovim runtime.
require('lazy').setup({
-- NOTE: First, some plugins that don't require any configuration
-- Color theme (matches GMK which will ship soon^TM)
{
'EdenEast/nightfox.nvim',
Expand All @@ -31,13 +30,17 @@ require('lazy').setup({
end
},

-- NOTE: First, some plugins that don't require any configuration
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',

-- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',

-- Tmux move with C-h/j/k/l
'christoomey/vim-tmux-navigator',

-- NOTE: This is where your plugins related to LSP can be installed.
-- The configuration is done below. Search for lspconfig to find it below.
{
Expand All @@ -50,7 +53,7 @@ require('lazy').setup({

-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
{ 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },

-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',
Expand Down Expand Up @@ -177,12 +180,6 @@ require('lazy').setup({
{ 'nvim-treesitter/nvim-treesitter-context' },
-- Clean visual mode -- we'll see?
{ 'folke/zen-mode.nvim' },
-- Terminal in nvim
{
'akinsho/toggleterm.nvim',
version = "*",
config = true
},
-- Tab bar with buffer handles
{
'akinsho/bufferline.nvim',
Expand Down

0 comments on commit 87284e7

Please sign in to comment.