An open API service indexing awesome lists of open source software.

https://github.com/pierrecapo/night-owl

Vim nigh-owl theme for Javascript, Flow and Typescript 🦉
https://github.com/pierrecapo/night-owl

javascript night-owl th vim vim-p

Last synced: 22 days ago
JSON representation

Vim nigh-owl theme for Javascript, Flow and Typescript 🦉

Awesome Lists containing this project

README

          

# Night-owl


🔥 Vim nigh-owl theme for Javascript, Flow and Typescript 🔥

![alt text](https://github.com/PierreCapo/night-owl/raw/master/screenshot.png)


Neovim - iterm2 - Dank Mono (13pt)

### Install

In order to make that plugin work, you need to have installed

```vim
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
```

And then if you want Flow support, add to your `.vimrc`:

```vim
let g:javascript_plugin_flow
```

Then you can install this plugin with Plug:

```vim
Plug 'PierreCapo/night-owl'
```

### Contribute

I'm mostly targeting modern Javascript frameworks but feel free to open every pr/issue you need if you want to add support for a particular stuff.