Skip to content

javiorfo/nvim-nyctophilia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-nyctophilia

nvim-nyctophilia is a set of Neovim colorschemes for nightlovers.

Caveats

  • This plugin has been developed on and for Linux following open source philosophy.

Overview

Installation

Packer

use 'javiorfo/nvim-nyctophilia'

Lazy

{ 
    'javiorfo/nvim-nyctophilia',
    lazy = false,
    init = function()
        -- Available themes: nox, umbra, nebula and tenebra
        vim.cmd[[colorscheme umbra]]
    end
}

Configuration (Packer)

  • Set up init.lua
-- Available themes: nox, umbra, nebula and tenebra
vim.cmd[[colorscheme umbra]]

Troubleshooting

  • If using LSP servers disable semantics, otherwise syntax might not look properly
-- Example with C language
require'lspconfig'.clangd.setup {
    on_attach = function(client, _)
        client.server_capabilities.semanticTokensProvider = nil
    end
}

Screenshots

colorscheme umbra with Rust

umbra

colorscheme nebula with C

nebula

colorscheme nox with Java

nox

colorscheme tenebra with Lua

tenebra


Donate

  • Bitcoin (QR) 1GqdJ63RDPE4eJKujHi166FAyigvHu5R7v
  • Paypal

Releases

No releases published

Packages

No packages published