Skip to content

levuaska/levuaska.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

header

Levuaska for NeoVim


🌺 External Plugin Support

  • Telescope
  • Nvim Tree
  • Tresitter
  • Lsp
  • Lsp saga
  • Coc
  • Bufferline
  • Illuminate
  • Diff
  • Git signs
  • Git gutter
  • Lualine
  • Indent-BlankLine

πŸ”Ž Installation

You can install this plugin with packer:

use { 'levuaska/levuaska.nvim', as = 'levuaska' }

Or with vim-plug:

Plug 'levuaska/levuaska.nvim', { 'as': 'levuaska' }

🌌 Active theme

To active the theme call this in your neovim config:

local levuaska = require('levuaska')

levuaska.setup({ nvim_tree = { contrast = true } }) -- or use contrast = false to not apply contrast

Or with vim script:

colorscheme levuaska

It will set automatically the vim.opt.termguicolors to true

Activating lualine theme

Place this in your lualine config:

local lualine = require('lualine')

lualine.setup {
  options = {
    theme = 'levuaska',
  },
}

Using the core to get the colors

If you want to get the colors into a lua dictionary

local levuaska = require('levuaska.core')
local colors = levuaska.get_colors()

πŸ’œ Thanks

Releases

No releases published

Packages

No packages published