Skip to content

Tiggilyboo/xed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xed

Preconfigured nvim for my daily dev work.

  • No swap files,
  • in memory editing,
  • tabs are 2 spaces
  • numbered lines
  • files in buffers update if changed externally (useful for external gofmt invocations)
  • onedark theme (looks like atom)
  • file browser (netrw) actually looks nice, opens in previous buffer, in tree

Install

$ ./install.sh

Workspaces

xed comes with some preconfigured workspaces. Workspaces just save a few key presses depending on the task you are doing.

Dev

$ xed -c Dev somefile 

Opens a left split 22% wide showing the current directory in netrw, opens in the main right split. There is also a bottom split terminal opened to the invoked directory.

Plugins

See xed.vim plugin section

About

My nvim setup and bash alias called xed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published