Adelar da Silva Queiróz
Adelar da Silva Queiróz
@Krzysztof-Cieslak There is no need for this option anymore to run FsAutoComplete on the terminal for LSP support? For a test I removed the option and appears that is working...
@baronfel Cool! I will follow this change to add this behaviour on [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) that we use on Neovim.
> You might need require('hologram').setup {} to prevent the error. I am already using but no way to make this work. 😢
@nevans Nice! Thanks for the report! > What do you think? If you're interested, I should be able to put together a PR... but it might not happen this week....
Thanks for the idea. At moment I don't have time to see, but I will see if this will be possible. I will keep this open for now.
At moment it's no possible to reconfigure the icons. I will provide some way on the future, but before this I have plans to do a refactor on it.
To solve this may be usefull some integrating the [vim-wintabs](https://github.com/zefei/vim-wintabs) plugin, that already separate buffers per tab.
I'm using `space` key to toggle. Its easier than `esc` I think: ```vim nnoremap :ToggleBufExplorer ```
> echo winheight(0) It's 44
Thanks @glepnir. I will update the config and try to reproduce