Kane

Results 3 comments of Kane

I think `floating-window` is a good feature for `nvim-tree`. If I have two panels simultaneously, a floating window makes it easier to view the file explorer. Please keep supporting this...

I'm having the same issue. Looking at the code, I believe the codebase is only attaching current buffer files. ``` local file_ext = api.nvim_buf_get_name(self.code.bufnr):match("^.+%.(.+)$") local project_context = mentions.enable_project_context and RepoMap.get_repo_map(file_ext)...

I got the same issue. I work around with workspace/executeCommand and it works. ts_ls doesn't support textDocument/definition properly.