mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
feat: update nvim config. Disabled italic font and enabled the new ui
This commit is contained in:
@@ -33,3 +33,6 @@ vim.opt.completeopt = { "menuone", "noselect", "popup" }
|
|||||||
vim.opt.autocomplete = true
|
vim.opt.autocomplete = true
|
||||||
vim.opt.complete = "o" -- Include only omnifunc results
|
vim.opt.complete = "o" -- Include only omnifunc results
|
||||||
vim.opt.pumheight = 5
|
vim.opt.pumheight = 5
|
||||||
|
|
||||||
|
-- Enable the new UI features in Neovim 0.12
|
||||||
|
require('vim._core.ui2').enable()
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ return {
|
|||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {
|
opts = {
|
||||||
styles = {
|
styles = {
|
||||||
transparency = true
|
transparency = true,
|
||||||
|
italic = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user