After installing lazyvim, my neovim only shows the current line number.
How do I show all line numbers?
I typed ':set number' but it didn't work.
After installing lazyvim, my neovim only shows the current line number.
How do I show all line numbers?
I typed ':set number' but it didn't work.
Copyright © 2021 Jogjafile Inc.

In your question you've posted your
.bashrcfile, this is not the file which containsLazyVimconfiguration. First you need to ensure that the number option is set totruein yourLazyVimconfiguration files. you can add these 2 line in youroptions.luafile orvim-options.luafor numbers and relative numbers.or
If you've already tried
:set numberand it didn't work, its possible that your configuration is being overridden somewhere else, or there's an issue with howLazyVimis loading your configuration. you should ensure that youroptions.luaorvim-options.luafile is correctly placed in your nvim configuration directory.