Dionisio E Alonso

Results 35 comments of Dionisio E Alonso

> @moshiur-raj Instead of vim-airline. I thought to support lua only status plugins like [hardline](https://github.com/ojroques/nvim-hardline), [bufferline](https://github.com/akinsho/nvim-bufferline.lua). > Your Thoughts? @navarasu perhaps **also** that, but don't refrain from supporting vim-airlaine. Vim-airline...

@moshiur-raj fair enough. Never installed it, because @joshdick's onedark.vim came with it's own implementation for Airline

> FWIW, I added the onedark airline theme into vim-airline-themes back in 2017, but I haven’t kept changes between those two versions synced. Will you PR an update there, please?

Thak you @navarasu, that's excellent news!

Instead of disappearing the the indent line using `g:indentLine_concealcursor=0`, Is it possible to just correct the background color of the indent line character to accommodate to CursorLine/CursorColumn's color?

In NeoVim works fine :slightly_smiling_face:

That configuration is for other colorscheme, [`onedark.vim`](https://github.com/joshdick/onedark.vim) by joshdick, not `vim-one`. You are loading it when you call `colorscheme onedark` and the function call `onedark#set_highlight("Normal", { "fg": s:white })` is...

A more accurate hack, using vim-one functions, would be to add in your `init.vim`/`vimrc`: ```vim if has('autocmd') && !has('gui_running') augroup colorset autocmd! autocmd ColorScheme one silent! \ call one#highlight('Normal', '',...

What's the ETA for fixing this?

I had extracted the data from the CD, or something like that; I had the iso file mounted and tried the extraction from there. At the moment I can not...