sarmong

Results 94 comments of sarmong

@ljharb , for some reason it works fine in regular terminal, just not in vim's terminal. Moving nvm's sourcing lines didn't help, unfortunately. What helped was completely removing this line....

Thanks. I am still working on the best way to approach buffers, tabs. marks in my workflow, but if I am going to stick to bufferline, I will look into...

This is not related to `project.nvim`. I have the same problem. Add this to your `lspconfig.tsserver.setup` argument ```lua root_dir = function(fname) return util.root_pattern(".git")(fname) or util.root_pattern("package.json", "tsconfig.json", "jsconfig.json")( fname ) end,...

Any tips? I don't really know where to start, that's why opened an issue;)

Hm, I don't think it is possible with the current implementation of `vim.ui.input` as theit allows to provide default value and callback function, and there is really nowhere to move...

P.S. This used to work on commit 6eebc10ed8f97aae29a2ef9561ce2d922c668639

I've looked deeper and here's where the problem is. If you add do `echo "folder/.config/file3" >>.gitignore` and create this directories and file, the file will never be toggled. I might...

@alex-courtis . thanks, the explanation makes it clearer. However, I think it might be worth it to change the behaviour to account for the situation I have. I can implement...

I don't think it is possible to do inside vim, because vim runs in a terminal window, and so you can really modify text there as much as in the...

It is mostly limited by what terminal emulators can do.