migrate over neovim config
This commit is contained in:
parent
92c57d8825
commit
f581832953
18 changed files with 535 additions and 102 deletions
9
dotfiles/nvim/lua/plugins/cmp.lua
Normal file
9
dotfiles/nvim/lua/plugins/cmp.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = function(_, opts)
|
||||
opts.experimental = {
|
||||
-- Disable ghost text because it pisses me off.
|
||||
ghost_text = false,
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue