This post has been de-listed (Author was flagged for spam)
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I installed NvChad(*), in order to make neovim more appealing and therefore make me more prone to practice with neovim to learn and get used to it.
The thing is that I'd like to install a markdown visualizer, like headlines.nvim.
I added this to ~/.config/nvim/lua/plugins/configs/lazy_nvim.lua
,but it seems to break something (I get this error too: :'<,'>count || mode(1)[0:1] == "no" ? "j" : "gj"
):
require("lazy").setup {
{
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
config = true, -- or `opts = {}`
},
}
This is my first experience with installing stuff with lua.
(*) I installed NvChad from AUR and copied/pasted everything at /usr/share/nvim/
to .config/nvim/
Subreddit
Post Details
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/neovim/comm...