nvim: Add lspkind
This commit is contained in:
parent
df0a108c8b
commit
2f6cbaed21
1 changed files with 8 additions and 0 deletions
|
@ -129,6 +129,14 @@ return require('packer').startup(function()
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use {
|
||||||
|
"onsails/lspkind-nvim",
|
||||||
|
config = function()
|
||||||
|
require('lspkind').init({
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"~/src/github.com/shelmangroup/nvim-shelman-theme",
|
"~/src/github.com/shelmangroup/nvim-shelman-theme",
|
||||||
requires ={{'tjdevries/colorbuddy.vim'}},
|
requires ={{'tjdevries/colorbuddy.vim'}},
|
||||||
|
|
Loading…
Add table
Reference in a new issue