text 的.vimrc

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 的.vimrc相关的知识,希望对你有一定的参考价值。

" Plug plugins installation
call plug#begin('~/.vim/plugged')
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
call plug#end()


set encoding=utf-8
set laststatus=2
"syntax on
" Color Schemes
colorscheme onedark
set t_ut=
" Airline Settings
let g:airline_theme='simple'
" let g:airline_powerline_fonts = 1
""t termguicolors
set modelines=0

set wrap

set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set noshiftround

set scrolloff=5

set number

set list

set mouse=a

if (empty($TMUX))
  if (has("nvim"))
    let $NVIM_TUI_ENABLE_TRUE_COLOR=1
  endif
  if (has("termguicolors"))
    set termguicolors
  endif
endif

以上是关于text 的.vimrc的主要内容,如果未能解决你的问题,请参考以下文章

text 的.vimrc

text 的.vimrc

text 的.vimrc

text 的vimrc

text 的.vimrc

text 的vimrc