Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme for NeoVim #28

Closed
marilira opened this issue Sep 18, 2021 · 9 comments
Closed

Theme for NeoVim #28

marilira opened this issue Sep 18, 2021 · 9 comments
Labels
enhancement New feature or request help wanted Extra attention is needed neovim port-request

Comments

@marilira
Copy link

I use the theme on vscode and would also to use on my Neovim :)

@daltonmenezes
Copy link
Owner

Hi @marilira , can you provide me some infos?

  1. Neovim uses the same vim colorschemes?
  2. There Is no difference about neovim and vim themes?
  3. What steps I need to apply a theme on neovim?

@marilira
Copy link
Author

I haven't been using Neovim / vim long enough, but what do I know:

  1. At the moment I am using dracula for vim and works properly on Neovim.
  2. I see other colorschemes for Neovim written in Lua like this one
  3. I use vim-plug to manage the plugins, so in my config file (on Windows it's: ~\AppData\Local\nvim\init.vim) it looks like this:
call plug#begin('~\AppData\Local\nvim-data\plugged')

    Plug 'dracula/vim', {'as': 'dracula'}
    
call plug#end()

colo dracula "set the theme

I hope I have helped in something.

@daltonmenezes daltonmenezes added help wanted Extra attention is needed hacktoberfest labels Oct 3, 2021
@daltonmenezes daltonmenezes changed the title Theme for NeoVim/Vim Theme for NeoVim Oct 17, 2021
@ashishbinu
Copy link

Hey, I can give it a shot. I will try doing both vim and neovim themes. As, most of the stuff would be same.

@daltonmenezes
Copy link
Owner

Hi @ashishbinu , it would be great for sure. Thanks, just remember, one PR per port, let me know if you need some help and use vscode port as the base to put the colors in a right way. 💜

@ashishbinu
Copy link

Hi @ashishbinu , it would be great for sure. Thanks, just remember, one PR per port, let me know if you need some help and use vscode port as the base to put the colors in a right way. 💜

Yeah sure, I will keep in mind.

@daltonmenezes
Copy link
Owner

@ashishbinu thanks, just one more thing, don't forget to read the documents and comment the #56 issue requesting to work on this port, so I can assign you to that issue. 💜

@kavinvalli
Copy link

Hi, can someone please tell the status of this port @ashishbinu

@kavinvalli kavinvalli mentioned this issue Dec 15, 2021
@ashishbinu ashishbinu removed their assignment Dec 18, 2021
@ashishbinu
Copy link

Sorry, @daltonmenezes I am currently busy with some issues in the real life. I was not able to devote time for this. I would be more busy coming months too. I am unassigning myself from this issue, hope someone else could finish this port.

@JLighter
Copy link

I created a repository related to this port.
I started from gruvbox neovim's theme which uses lush as theme framework.
Feel free to contribute by opening a PR, it'll be awesome !

Repository owner locked and limited conversation to collaborators Feb 19, 2022
@daltonmenezes daltonmenezes converted this issue into discussion #125 Feb 19, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request help wanted Extra attention is needed neovim port-request
Projects
None yet
Development

No branches or pull requests

5 participants