-
Beta Was this translation helpful? Give feedback.
Answered by
dmibuch
Nov 12, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dmibuch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Soon after writing the post above and asking a question described there I discovered a Discord AstroNvim channel.
A brief search through the channel led me to correct answer given more than a year ago by user
tuero
:So I performed same actions and achieved desired result.
I'll describe these actions more detailed.
First I found files that look like those denominated in the tuero's post. They are:
1st:
~/.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/options.lua
,2nd:
~/.local/share/nvim/lazy/AstroNvim/lua/astronvim/plugins/_astrocore_options.lua
and3rd:
~/.local/share/nvim/lazy/AstroNvim/lua/astronvim/plugins/heirline.lua
.Then I found out that the line
opt.signcolumn = "yes"
already exi…