Skip to content

Commit

Permalink
Remove satellite.nvim because of performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie255 committed Nov 2, 2022
1 parent 4a45d06 commit 81e7a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require('image').setup {
-- Load plugin configs
-- plugins without extra configs are configured directly here
require("impatient")
require('satellite').setup()
--require('satellite').setup()

require("configs.autocomplete").config()
require("configs.symbols_outline").config()
Expand Down
2 changes: 1 addition & 1 deletion lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ return require('packer').startup(function()
use 'samodostal/image.nvim'

-- decorated scrollbar
use 'lewis6991/satellite.nvim'
--use 'lewis6991/satellite.nvim'

end)

0 comments on commit 81e7a54

Please sign in to comment.