added jdtls, need to play with it some more to add missing keymaps and

dap (need to properly configure dap anyway)

remove nvim-tree
remove goyo and limelight commands and keymaps
This commit is contained in:
Fabian Schmidt
2024-08-13 11:49:16 +02:00
parent 11763243dc
commit 4f2c968b33
6 changed files with 176 additions and 25 deletions

View File

@@ -4,16 +4,17 @@ return {
version = '0.1.*',
dependencies = { 'nvim-lua/plenary.nvim' },
},
{
'nvim-tree/nvim-tree.lua',
config = function()
require('nvim-tree').setup {
view = {
width = 30,
side = 'left',
},
}
end,
dependencies = { 'nvim-tree/nvim-web-devicons' }
}
-- Don't really need it. Nicer than the default but that's it
-- {
-- 'nvim-tree/nvim-tree.lua',
-- config = function()
-- require('nvim-tree').setup {
-- view = {
-- width = 30,
-- side = 'left',
-- },
-- }
-- end,
-- dependencies = { 'nvim-tree/nvim-web-devicons' }
-- }
}