Louis DeLosSantos

Results 303 comments of Louis DeLosSantos

I don't see why this would change to markdown? Also I don't immediately see a need to gen from markdown. Call me old fashion, but the flat txt file seems...

aha, I can see the usefulness of it with that explanation. If the community wants this, I'm not too opposed, as long as the neovim native help tags work correctly.

Okay, I think i'd approve this if the generate to txt stuff was in here as well, and everything continues to work for both users who want the in-neovim help,...

hey @W-Mai I probably won't merge this until there's some automation way to move from the .txt file to the markdown. Going to close for now, but if you want...

Yeah, this is most likely this just means your LSP didnt start yet. Does it work after LSP is attached?

Hmm, i suppose the autocmds and component code could check if an LSP is attached to the buffer and just not perform any action if its not.

hmm, it looks like we do actually check if an LSP is attached: ``` function self.create_outline() local log = self.logger.logger_from(nil, "Component.create_outline") local cur_buf = vim.api.nvim_get_current_buf() local cur_win = vim.api.nvim_get_current_win() log.debug("creating...

Hey there, I am not a Windows user, so I'm going to lean on Windows users to fish out these issues and fix them. I will mark them as "help...