migrate over neovim config

This commit is contained in:
insects 2024-08-03 22:33:30 +02:00
parent 92c57d8825
commit f581832953
18 changed files with 535 additions and 102 deletions

View 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,
}