Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

NeViRAIDE/neviraide-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Interface for NEVIRAIDE

Features

Lightweight & performant ui plugin for NEVIRAIDE providing:


Dashboard (startup screen)

Dashboard


Statusline

Dashboard


Buffers and tabs line

Dashboard


Hyprland themes sync

hyprland_themes_preview.mp4

Installation

Install neviraide-ui using your favorite plugin manager. For example, with lazy.nvim:

require('lazy').load({
    plugins = {
        {
            'RAprogramm/neviraide-ui.nvim',
            event = 'VeryLazy',
            opts = {
                ui = {
                    hyde = true, -- if you want to use sync NEVIRAIDE with hyde themes
                    notify = true -- if you want to use custom notifications
                }
            }
        },
    }
})

Reload your Neovim configuration or restart Neovim.

After this, neviraide-ui will be automatically downloaded, installed, and configured for you.

Dependencies

Optional dependencies

  • Icons

For display nonicons instead of devicons run in your terminal:

yay -S nonicons-git

add this symbol_map U+f101-U+f25c nonicons to your kitty config.

Overview

The code establishes commands in Neovim to control various aspects of the neviraide-ui plugin. The commands available are:

  • Dashboard: Toggles between displaying and hiding the dashboard.

  • UI: A versatile command with various sub-commands to control UI settings:

    • borders: Sets border styles.
    • numbers: Toggles, enables, or disables line numbers.
    • relative_numbers: Toggles, enables, or disables relative line numbers.
    • cursor_line: Toggles, enables, or disables the cursor line.
    • cursor_column: Toggles, enables, or disables the cursor column.
    • theme: Changes the theme.
    • indents: Sets the indent size.

Usage

Dashboard Command:

NeviraideUIDashboard

Use this command to toggle the dashboard display on and off.

Examples:

To toggle line numbers:

:NeviraideUINumbers

About

User Interface for NEVIRAIDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages