我刚开始在 ubuntu 中使用 vim,在设置我的 .vimrc 文件时遇到了一些麻烦。这是我目前拥有的:
"============= Solarized color theme =============
"https://github.com/altercation/vim-colors-solarized
syntax enable "Use syntax highlighting
set background=dark "Use dark color scheme
colorscheme solarized "Choose solarized
"============= Settings =============
set nocompatible "Necesary for cool vim things
set number "Line numbers
set colorcolumn=80 "Have a line after 80 char
set ruler "Add ruler at the bottom of vim
set cursorline
Run Code Online (Sandbox Code Playgroud)
但是,当我看不到这些设置的光标线和颜色列时。如果我不使用曝光颜色语法,我确实会看到它们。你们知道我做错了什么吗?
| 归档时间: |
|
| 查看次数: |
14429 次 |
| 最近记录: |