Skip to content

AB9IL/nvim-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-configs

Neovim is not just a tool; it is an adventure!

Directory "nvim":

Neovim configured in Lua. I have set this one up for writing code and taking notes. With Treesitter and Telescope, it is able to do fuzzy searches in Vimwiki (compatible) notes as well as work with strings buried deep in a file system.

Directory "nvim-minimal":

A spartan yet effective Neovim configuration in Lua, with no plugins. I use this one for editing as root user, or on server setups where I don't want any plugin bloat.

Usage:

  • Have Neovim version 5 or later installed on the system.
  • Select the minimal or regular setup depending on your text editing needs.
  • Lazy manages the plugins. Execute :Lazy and select Install to install them the first time.
  • Select Update in Lazy for future updates.
  • Treesitter is part of the setup. Execute :TSInstall on first run, :TSUpdate for subsequent updates.
  • For max productivity and happy Vimming, learn the many keybindings and change as needed.
  • Make it work for you.

About

Neovim configurations written in Lua.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages