CaryWill / nvim-juliana

Port of Sublime's Mariana Theme to Neovim for short attention span devs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTICE: Branch dev has been moved to its own repository at onigiri.nvim.

NOTICE: BREAKING CHANGE #3656 needs to be addressed, until then highlights might not work properly.

nvim-juliana

Port of Sublime's Mariana Theme for Neovim for short attention span devs with Tree-sitter support.

Usage

Installation

Requirements: NVIM v0.9.0-dev.

Plug it with your favorite plugin manager.

  • Packer:
use { 'kaiuri/nvim-juliana' }
--- then
vim.cmd 'colo juliana'
  • Color palette
require('nvim-juliana').colors

Screenshots

master
dev ⇒ moved to onigiri.nvim

Plugin Support - non-exhaustive list

Extras

Contributing

  • If any language is being poorly supported, please make a new issue attached with an image of how that language looks on Sublime-Text.
  • If a plugin you use isn't rightly supported, please, make a new issue attached with a link to said plugin and I'll do my best to support it.
  • Issues that have been inactive for more than 10 days are considered stale and will be closed if they aren't bug related.
  • Use the Conventional Commits style for your commits, that's it.

Credits

About

Port of Sublime's Mariana Theme to Neovim for short attention span devs.

License:MIT License


Languages

Language:Lua 100.0%