nvim: remove satellite (it caused problems)
This commit is contained in:
parent
eaf9fd5daa
commit
3c4561d9e7
1 changed files with 10 additions and 10 deletions
|
@ -356,16 +356,16 @@ return require('packer').startup({function()
|
|||
require('cleanfold').setup()
|
||||
end,
|
||||
}
|
||||
use { -- lewis6991: sattelite: small scroll bar
|
||||
'lewis6991/satellite.nvim',
|
||||
config = function()
|
||||
require('satellite').setup()
|
||||
vim.cmd [[
|
||||
nnoremap <C-l> <cmd>nohlsearch\|diffupdate\|SatelliteRefresh<CR>
|
||||
inoremap <C-l> <cmd>nohlsearch\|diffupdate\|SatelliteRefresh<CR>
|
||||
]]
|
||||
end,
|
||||
}
|
||||
-- use { -- lewis6991: sattelite: small scroll bar
|
||||
-- 'lewis6991/satellite.nvim',
|
||||
-- config = function()
|
||||
-- require('satellite').setup()
|
||||
-- vim.cmd [[
|
||||
-- nnoremap <C-l> <cmd>nohlsearch\|diffupdate\|SatelliteRefresh<CR>
|
||||
-- inoremap <C-l> <cmd>nohlsearch\|diffupdate\|SatelliteRefresh<CR>
|
||||
-- ]]
|
||||
-- end,
|
||||
-- }
|
||||
use { -- tpope: surround
|
||||
'tpope/vim-surround'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue