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 🦉
- Host: GitHub
- URL: https://github.com/pierrecapo/night-owl
- Owner: PierreCapo
- Created: 2019-07-10T21:12:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T01:34:01.000Z (over 5 years ago)
- Last Synced: 2025-06-25T22:38:58.528Z (12 months ago)
- Topics: javascript, night-owl, th, vim, vim-p
- Language: Vim script
- Homepage:
- Size: 643 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Night-owl
🔥 Vim nigh-owl theme for Javascript, Flow and Typescript 🔥

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.