neovim/README.md

1.4 KiB

title date id tags
My neovim setup 2024-05-16T12:16:06+0200 20240516121606
neovim
editor
configuration
README

Neovim setup

This new configuration is written with the help of:

Requirements

Structure

  • init.lua is the configuration file, with the required includes.
  • lua/ is the folder where specific configuration and plugins are.
  • lua/core contains the basic configuration:
    • options.lua with the global neovim options.
    • keymaps.lua with the global neovim key mappings.
  • lua/config contains the Lazy plugin manager installation and configuration.
  • lua/plugins of course contains all other plugins installation and configuration.

Plugins

  • lazy.nvim as plugins manager.
  • Adwaita for the colorscheme.
  • nvim-tree as file explorer.
  • telescope.nvim for the fuzzy finder interface.
  • treesitter for language grammar support.
  • which-key.nvim to find out shortkeys.