User Interface for NEVIRAIDE
Lightweight & performant ui plugin for NEVIRAIDE providing:
|
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.
For display nonicons instead of devicons run in your terminal:
yay -S nonicons-gitadd this
symbol_map U+f101-U+f25c noniconsto your kitty config.
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.
NeviraideUIDashboardUse this command to toggle the dashboard display on and off.
To toggle line numbers:
:NeviraideUINumbers

