Skip to content

TobyBridle/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toby's Neovim Config

Showcase

Install


$ git clone https://github.com/TobyBridle/neovim-config ./nvim && nvim ./nvim/lua/plugins.lua +PackerSync

There are quite a few command-line dependencies (e.g ripgrep, LazyGit). To find the ones which you have not installed, run :checkhealth from within neovim upon install.

Features

  • Easy configuration of basic things such as colorscheme from within `core/custom.lua`
  • Most plugins are lazy-loaded meaning that they are only loaded as of when they are needed
  • Inbuilt toggleable terminal using **FTerm.lua**
  • Git management using LazyGit
  • File searching, Word finding and more using **Telescope**
  • Autocompletion and snippets using **nvim-cmp**
  • Mappings keysheet using **which-key**

About

My first neovim config made from scratch :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages