Auto completion doesn't work m1 mac #730
Answered
by
miraculusik
miraculusik
asked this question in
Q&A
-
require("nvim-treesitter.install").compilers = { "gcc-12" }
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.norg.completion"] = { config = { engine = "nvim-cmp" } },
["core.norg.concealer"] = {},
["core.norg.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
},
},
},
})
I am not getting any error message but auto completion is not working, note: other functions working nicely. |
Beta Was this translation helpful? Give feedback.
Answered by
miraculusik
Feb 17, 2023
Replies: 2 comments 3 replies
-
|
what exactly are you trying to do? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
finally i solved this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miraculusik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
finally i solved this problem.
this problem is caused by auto-pairs plugin. Disable auto-pairs for norg files