lukas-reineke / onedark.nvim

My personal Onedark theme flavor, written in lua.
18 stars 2 forks source link

How to use this? #2

Closed dhymasriyanto closed 2 years ago

dhymasriyanto commented 2 years ago

Sorry, I'm new to NVim, can you explain how to use this theme configuration to integrate with indent-blankline? Thanks!

lukas-reineke commented 2 years ago

I made this for my personal use, so I didn't follow normal colorsheme conventions. It might do some unexpected things, and I will push breaking changes from time to time.

There are other onedark nvim themes that are probably better to use, like https://github.com/navarasu/onedark.nvim

But if you want to use this, go ahead :+1: You just need to install it and run require("onedark").setup() and it should work.

dhymasriyanto commented 2 years ago

Thanks for ur guide and thanks for ur recommendation!