master #1

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

View File

@@ -144,6 +144,8 @@ return require('packer').startup(function()
'p00f/clangd_extensions.nvim',
},
config = get_setup('my_lspconfig'),
module_pattern = { "lspconfig.*" },
event = { "InsertEnter", "CursorMoved" },
})
use({
'jose-elias-alvarez/null-ls.nvim',