Error when editor cpp files, need your help!
whitemoon opened this issue · 9 comments
whitemoon commented
lvim-tech commented
@whitemoon, try last commit (updated)
whitemoon commented
whitemoon commented
ctrl+f or ctrl+b also can segmentation fault.
lvim-tech commented
Terminal?
whitemoon commented
yes, konsole, It is the same as using the Alacrity
lvim-tech commented
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
whitemoon commented
yeh, disable declancm/cinnamon.nvim is ok, not segmentation fault.
lvim-tech commented
I replaced declancm/cinnamon.nvim
with karb94/neoscroll.nvim
.
Please, try last commit to test it. Thanks in advance.
whitemoon commented
no problem, 'karb94/neoscroll.nvim' works very well, Thanks a lot!