Skip to content

tstelzer/kauz.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

kauz.nvim

A minimal dark colorscheme for Neovim. No dependencies.

Installation

With lazy.nvim:

{
    'tstelzer/kauz.nvim',
    config = function()
        require('kauz').setup()
    end,
}

Treesitter

Enable treesitter highlighting for all filetypes with an installed parser:

vim.api.nvim_create_autocmd('FileType', {
    callback = function() pcall(vim.treesitter.start) end,
})

Lualine

The theme is picked up automatically when colors_name is set. No explicit configuration needed.

About

Iteration on the kauz color scheme in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages