i think im almost at how i will like neovim

This commit is contained in:
Benjamin Kyd
2023-03-04 14:46:16 +00:00
parent fc1e1ff449
commit 497efbc14e
3 changed files with 64 additions and 69 deletions

View File

@@ -91,7 +91,14 @@ local packer = require('packer').startup(function(use)
require('plugin-config/lsp-trouble')
end
}
-- vscode like LSP code previews
use({
'dnlhc/glance.nvim',
config = function()
require('glance').setup({})
end
})
-- VISUAL CHANGES