Skip to content

Commit

Permalink
Merge branch 'main' into bump-brave-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 12, 2023
2 parents 8de3de7 + 81e6a65 commit 3e154b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions home/features/neovim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,24 @@ return {
event = "VeryLazy",
dependencies = {
"rcarriga/nvim-notify",
"MunifTanjim/nui.nvim",
"nvim-treesitter/nvim-treesitter",
},
opts = function()
return {
notify = {
view = "mini",
},
messages = {
view = "mini",
},
lsp = {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
},
},
views = {
cmdline_popup = {
position = {
Expand Down

0 comments on commit 3e154b2

Please sign in to comment.