/nvim

Neovim configuration

Primary LanguageLuaMIT LicenseMIT

nvim

This is my personal Neovim configuration (Windows, WSL/Ubuntu and termux).

screenshot

plugins

  • packer.nvim plugin/package management for neovim
  • impatient.nvim speed up loading lua modules in neovim to improve startup time
  • nvim-web-devicons adds filetype glyphs (icons) to various vim plugins
  • plenary.nvim all the lua functions I don't want to write twice
  • nvim-notify a fancy, configurable, notification manager for neovim
  • sqlite.lua sqlite/luajit binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting sqlite databases
  • onedark.nvim a dark theme for neovim >= 0.5 based on atom one dark theme
  • lualine.nvim a blazing fast and easy to configure neovim statusline
  • alpha-nvim a fast and highly customizable greeter for neovim
  • nvim-tree.lua a file explorer for neovim
  • barbar.nvim tabs, as understood by any other editor
  • which-key.nvim displays a popup with possible key bindings of the command you started typing
  • zen-mode.nvim distraction-free coding for neovim
  • telescope.nvim a highly extendable fuzzy finder over lists
  • nvim-colorizer.lua a high-performance color highlighter for neovim which has no external dependencies
  • nvim-treesitter provide a simple and easy way to use the interface for tree-sitter in neovim and provide some basic functionality such as highlighting based on it
  • playground view treesitter information directly in neovim
  • nvim-treesitter-textobjects create your own textobjects using tree-sitter queries
  • nvim-lspconfig a collection of common configurations for neovim's built-in language server client
  • lsp_signature.nvim show function signature when you type
  • nvim-compe auto completion plugin for neovim
  • nvim-lua-guide getting started using lua in neovim
  • nvim-luaref adds a reference for builtin lua functions, extracting both text and formatting from the lua 5.1 reference manual
  • scnvim neovim frontend for supercollider

useful links

other configs