lvim-tech/lvim

Error when editor cpp files, need your help!

whitemoon opened this issue · 9 comments

图片

when save file:
图片
nvim version: v0.8.0 release
lvim version: production last

@whitemoon, try last commit (updated)

Thank you very much. One more question, when Turn pages with 'G' or 'gg', then nvim will segmentation fault.
图片

ctrl+f or ctrl+b also can segmentation fault.

Terminal?

yes, konsole, It is the same as using the Alacrity

I tested it on a Alacrity - no problem.
Try to disable declancm/cinnamon.nvim
In file lua/modiles/base/init.lua just comment 404-410 lines

-- modules["declancm/cinnamon.nvim"] = {
--     commit = funcs.get_commit("cinnamon.nvim", plugins_snapshot),
--     event = {
--         "BufRead",
--     },
--     config = editor_config.cinnamon_nvim,
-- }

And run PackerSync

yeh, disable declancm/cinnamon.nvim is ok, not segmentation fault.

I replaced declancm/cinnamon.nvim with karb94/neoscroll.nvim.
Please, try last commit to test it. Thanks in advance.

no problem, 'karb94/neoscroll.nvim' works very well, Thanks a lot!