-
SpaceVim | vim 한번에 설정하기개발환경 2019. 8. 26. 10:32
vim 환경에서 개발을 하다보면 다른 IDE들 처럼 편한 기능을 찾게 됩니다.(개발자의 본능...) 그러면서 vim에 여러가지 플러그인을 덕지덕지 붙이다 보면 충돌나고... 삽질하고 머리가 매우 많이 아프게되죠...
이럴때 필요한게 SpaceVim!! SpaceVim은 이런 복잡한걸 한방에 해결해줍니다!
설치 한방에 이런 환경을 그냥 바로! 만들어 줍니다!
설치하는 방법도 엄청 간단하니 간단하게! 알아보겠습니다~
아래 명령어로 설치 한방에 끝... 머 설명할게 없네요 ㅋㅋ
curl -sLf https://spacevim.org/install.sh | bash
설치가 되고 나면 home 경로에 .SpaceVim, .SpaceVim.d 폴더가 생성되게 되는데 .SpaceVim.d/init.toml 파일을 수정해서 설정할 수 있습니다. 만약에 .SpaceVim.d/init.toml 폴더나 파일이 없을 경우에는 직접 만들어 주셔도 됩니다.
파일이 없을 경우에 아래의 디폴트 설정 정보를 적어주시면 됩니다. ㅎ
# This is a basic configuration example for SpaceVim # All SpaceVim options are below [options] snippet [options] # set spacevim theme. by default colorscheme layer is not loaded, # if you want to use more colorscheme, please load the colorscheme # layer, the value of this option is a string. colorscheme = "gruvbox" colorscheme_bg = "dark" # Disable guicolors in basic mode, many terminal do not support 24bit # true colors, the type of the value is boolean, true or false. enable_guicolors = true # Disable statusline separator, if you want to use other value, please # install nerd fonts statusline_separator = "nil" statusline_separator = "bar" buffer_index_type = 4 # Display file type icon on the tabline, If you do not have nerd fonts # installed, please change the value to false enable_tabline_filetype_icon = true # Display current mode text on statusline, by default It is disabled, # only color will be changed when switch modes. enable_statusline_mode = false # Enable autocomplete layer [[layers]] name = "autocomplete" auto-completion-return-key-behavior = "complete" auto-completion-tab-key-behavior = "cycle" [[layers]] name = "shell" default_position = "top" default_height = 30 # This is an example for adding custom plugins lilydjwg/colorizer [[custom_plugins]] name = "lilydjwg/colorizer" merged = false
좀더 자세한 정보를 얻고 싶으신분들은 https://spacevim.org 사이트를 참고해주세요~
vim의 컬러 스키마 변경을 알고 싶으신 분들은 아래 링크를 눌러주세요!
'개발환경' 카테고리의 다른 글
VIM 검색 tip (0) 2019.10.06 CentOS7 Docker Confluence 설치 (0) 2019.10.05 CentOS7 Docker Jira 설치 (0) 2019.10.05 Synology NAS docker에 Confluence 설치하기 (0) 2019.06.30 Synology NAS docker에 JIRA 설치하기 (2) 2019.06.30 댓글