Skip to content

breda/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Config

Nothing interesting, just my neovim setup.

Install Instructions

To install, clone this repo to ~/.config/nvim

Then you need to

  • Install Packer plugin manager: Here
  • Run composer install inside of Phpactor LSP (since it will be installed with Packer, its location is probably ~/.local/share/nvim/site/pack/packer/start/phpactor)
  • Open packer.lua, run :so, then run :PackerSync

lua/breda folder contains

  • init.lua is the entry point.
  • config.lua contains general Vim config.
  • plugins.lua contains plugin-specific config.
  • dashboard.lua contains the config for "glepnir/dashboard-nvim" plugin that will be loaded automatically.
  • packer.lua is where all the plugins are.
  • keymap.lua is where all the keymaps are defined, they are defined in init.lua.

About

My NeoVim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors