Add keymap to delete line with selected word in the file and configure lspkind symbols

This commit is contained in:
PeteChu 2023-04-09 13:33:55 +07:00
parent ef91f14af8
commit a9de446ed3
6 changed files with 99 additions and 18 deletions

View file

@ -1,12 +0,0 @@
return {
"jose-elias-alvarez/null-ls.nvim",
config = function()
local null_ls = require("null-ls")
null_ls.setup({
source = {
null_ls.builtins.diagnostics.eslint,
null_ls.builtins.completion.spell,
}
})
end
}