fixes hover issue
This commit is contained in:
parent
c44a5cd63f
commit
c5d65862c4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ return {
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons", "jghauser/follow-md-links.nvim" },
|
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons", "jghauser/follow-md-links.nvim" },
|
||||||
opts = {
|
opts = {
|
||||||
file_types = { "markdown", "vimwiki" },
|
file_types = { "markdown", "vimwiki" },
|
||||||
completions = { lsp = { enabled = true } },
|
completions = { lsp = { enabled = false } },
|
||||||
heading = {
|
heading = {
|
||||||
sign = false,
|
sign = false,
|
||||||
border = false,
|
border = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue