Matthieu

Results 5 comments of Matthieu

I keep track of my buffers by MRU with the help of another plugin: [mildred/vim-bufmru](https://github.com/mildred/vim-bufmru) (it is quite old but works very well) Then to apply the MRU order to...

You can run the command `SymbolsOutlineOpen` inside the `on_attach` function of the lsp server instead of using it in an `autocmd`. Still, the outline pane will steal the focus on...

Otherwise there is [aerial.nvim](https://github.com/stevearc/aerial.nvim) which provides an auto open outline window.

> You can use `TSUpdateSync`. This is how I do it: > > ``` > nvim --headless -E +'TSUpdateSync' +'quit' > ``` > > To be honest, an ideal solution...

@fsouza Indeed, I was trying to install the parsers! my mistake ;) Still, I also tried to install the parsers with `TSInstallSync`, and I can't get them all installed without...