Coder Social home page Coder Social logo

jinyanming / nvim_configration Goto Github PK

View Code? Open in Web Editor NEW
28.0 1.0 6.0 128 KB

Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.

Home Page: https://github.com/MiseryForMe/nvim_configration

Shell 8.06% Vim Script 88.69% Python 0.07% Lua 3.18%
tmux neovim zsh youcompleteme fzf nerdtree ncm2 ycm powerline autoinstallscript

nvim_configration's Introduction

by 金焰明(JinYanming)

email me if there is any problems:[email protected]

I will keep the maintenance work and update Irregularly

This project integrates neovim tmux zsh and some very useful plugs of them including COC-Nvim FZF auto pairs nerdtree ncm2 and so on.

The installation is quite easy as you do as the follow steps.

A Rapid Installation Mode

1.Clone this repo:

git clone https://github.com/JinYanming/nvim_configration.git

2.Quick installation

cd nvim_configration
bash ./neovim_install.sh
bash nvim+tmux+zsh-auto.sh
bash ./virtualenv_debuggy.sh

3.Open nvim, and wait for the coc auto-installation complete,after that type:

:PlugInstall
:MasonInstall codelldb

4.open tmux and:

~/.tmux/plugins/tpm/bin/install_plugins

5.install nerd fonts in you local machine!!!(not on servers,do the below operation on you local machine)

git clone https://github.com/ryanoasis/nerd-fonts.git
cd fonts
./install.sh

Settings: terminal > preference > fons modified as :any kind of Nerd fonts。 (注意:是在本地终端修改和安装字体)
After all the four steps above finished,Please exit your server and reconnect your servers.
Tools including nvim zsh tmux and several needed plugs will be installed automaticly
The rest thing you have to do is to use it and work on it.

some important Keys usage:

Debug keymapping

<F5>        continue()
<F10>       step_over()
<F11>       step_into()
<F12>       step_out()
<Leader>b   toggle_breakpoint()
<Leader>B   set_breakpoint()
<Leader>lp  set_breakpoint
<Leader>dr  repl.open()
<Leader>dl  run_last()
<Leader>dc  run_to_cursor()
<Leader>dh  hover
<Leader>dp  preview()
<Leader>df  centered_float (widgets.frames)
<Leader>ds  centered_float(widgets.scopes)

common keymapping

NVIM

<leader> key is tab
<F3> open file tree
<F8> open function tree
/  quick search
gcc comment out a line (takes a count)
gc  comment out the target of a motion (for example, gcap to comment out a paragraph), gc in visual mode to comment out the selection


:Pydocstring  auto generate a function doc demo

<space>f        fuzzy search files
<space>r        fuzzy search recent files
<ALT>s          open/close: autoshow signature/doc while hovering functions or varaiables
<ALT>l          open/close: auto highlight the hovering word and all the other same words 
<ALT>g          lazy git

Terminal/Shell

Ctrl + R        recent history commands

nvim_configration's People

Contributors

jinyanming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.