master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit b1754cf7db - Show all commits

View File

@@ -155,15 +155,6 @@ return require('packer').startup(function()
},
config = get_setup('neo-tree'),
})
use({
'mvllow/modes.nvim',
config = function()
vim.opt.cursorline = true
require('modes').setup({
line_opacity = 0.2,
})
end,
})
use({
'akinsho/toggleterm.nvim',
config = get_setup('toggleterm'),