Skip to content

keithhand/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim

The way I like my Neovim personalized. Feel free copy/paste whatever looks useful.

Directory and File Structure

┌── after
├──── ftplugin               # Loaded when specific filetypes are detected
├── lua
├──── keithhand              # Personal configuration files (autocmds, keymaps, sets)
├──── plugin                 # Setup for third-party plugins
├────── config               # Individual configuration for each plugin
├────── imports.lua          # Plugin install definitions
├────── lazy.lua             # Initializes lazy.nvim
├──── lsps.lua               # Setup for LSP and friends
├── init.lua                 # Entrypoint script for Neovim
└── README.md                # <- You are here

About

I use vim, btw.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages