Skip to content

Commit

Permalink
neovim: Remove flatten since it breaks tmux lazygit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 25, 2024
1 parent d4204fc commit 2de6790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions dotfiles/nvim/.config/nvim/conf/auto/flatten.lua

This file was deleted.

3 changes: 0 additions & 3 deletions dotfiles/nvim/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ vim.call('plug#begin')
Plug("MunifTanjim/nui.nvim")
Plug("nvim-lua/plenary.nvim")

-- Utilities
Plug("willothy/flatten.nvim") -- Opening files in remote instances

-- LSP
Plug('neovim/nvim-lspconfig')
Plug('j-hui/fidget.nvim') -- Status updates for LSP
Expand Down

0 comments on commit 2de6790

Please sign in to comment.