Skip to content

Latest commit

 

History

History
112 lines (75 loc) · 3.65 KB

File metadata and controls

112 lines (75 loc) · 3.65 KB
sidebar_position 2
description Description of Normalnvim plugins related to UI.

2-ui.lua

Plugins that make the user interface better.

List of plugins

A clean, dark Neovim theme inspired by VS Tokyo Night.

  • Press Space + f + t to preview it.

tokyonight screenshot

A minimal, dark Neovim theme.

  • Press Space + f + t to preview it.

astrotheme screenshot

A fast and highly customizable greeter for Neovim.

alpha greeter screenshot

A fancy, configurable notification manager for Neovim.

nvim-notify screenshot

Display a vertical line between the brackets the cursor is currently inside of.

mini-indentscope screenshot

Plugin to customize the Neovim user interface.

Collection of visual components and behaviors to use in your heirline config.

This plugin is a user interface to fuzzy search.

Uses fzf-native as backend for telescope. Written in C.

telescope-fzf-native screenshot

Improves the visual appearance of vim.ui.select and vim.ui.input.

dressing screenshot

Improves the visual appearance of the command bar you open by pressing :

noice screenshot

Plugin used by heirline-components to display the icon of the current filetype.

Plugin we use to display icons in autocomplete.

Lateral scrollbar that displays

  • Lines changed in the current file.
  • Diagnostics in the current file.

Adds scroll animations.

We disable this plugin for android because it doesn't work with gestures.

Highlights the text for an instant when you do undo/redo/yank.

  • You can undo with u in normal mode.
  • You can redo with ctrl + r in normal mode.

highlight-undo screenshot

Visually display all the available keymappings.

  • Press Space in normal mode to display.

keymaps screenshot