Giter Site home page Giter Site logo

configs-neovim's Introduction

Neovim 설치

# python 설치 (이미 3.7이상이 설치돼있으면 생략)
# brew install python

# neovim 설치
$ brew install neovim

# ctags 설치 (이미 설치돼있으면 생략)
$ brew install ctags

# nvm 설치 (이미 설치돼있으면 생략)
# 설치후 프롬프트에 출력되는 export를 shell에 설정
$ brew install nvm 

# lastst node 설치 (이미 설치돼있으면 생략)
$ nvm install node

# vim-plug 설치 (이미 설치돼있으면 생략)
$ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

# 이 저장소의 init.vim을 붙여넣고 저장
$ nvim ~/.config/nvim/init.vim

# 이 저장소의 coc-settings.json를 붙여넣고 저장
$ nvim ~/.config/nvim/coc-settings.json 

# nvim 편집기를 연 상태에서 PlugInstall 명령어를 입력하여 vim 플러그인 설치
$ nvim
$ :PlugInstall

# coc-nvim 설치
$ cd ~/.local/share/nvim/plugged/coc.nvim
$ yarn install
$ yarn build
$ nvim 
$ :CocInstall coc-json coc-python coc-java coc-kotlin coc-clangd coc-snippets

# python 개발환경 설정
$ pip3 install black flake8 jedi 

Key mappings

  • ctrl + w - nerdtree
  • F8 - ctags
  • F9 - black

Vim 단축키

image

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.