Skip to content

OhCoder/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

NeoVim configuration(for v0.8.3).

Feature

  • Language auto-complete, like JavaScript, TypeScript, Python, Haskell, Elm, PureScript and Tsx, Jsx type file of the ReactJS.
  • Auto-format on save for JavaScript, TypeScript, CSS, Markdown, GraphQL, Tsx, Jsx type file.
  • Syntax highlight for 140+ languages.
  • Menu management in a fast && beautiful way.
  • Show the git diff in the sign column.
  • Navigate between different tabs in a fast way.

Screenshot

menu auto-tip nnn

Usage

  1. Install iTerm2, OhMyZsh and powerlevel10k (Recommend tools).
  2. Install NeoVim.
  3. Install vim-plug, which is the Vim plugin manager.
  4. Git Clone
    • Go to the home folder with command cd ~/.
    • Check the .config folder. if not exist, create one.
    • Go to the .config folder. Run git clone [email protected]:OhCoder/neovim-config.git nvim.
  5. Install Plugin
    • Run nvim command to open a NeoVim window.
    • Run command :PlugInstall under the window to install all the vim plugins.(more vim-plug reference, see the doc)
  6. Happy coding!

Feedback

Welcome to feedback, :)

Releases

No releases published

Packages

No packages published