環境
Bash on Ubuntu on Windows
症状
vimでcolorschemeを設定すると画像のような表示が出てきて来ます。(黄色い部分)
対処方法を教えていただけると幸いです。
一応.vimrcをのせておきます。
colorscheme onedark autocmd FileType * setlocal formatoptions-=r autocmd FileType * setlocal formatoptions-=o set backspace=indent,eol,start set encoding=utf-8 set nobackup set nowritebackup set noundofile set noswapfile set hidden set smartindent set autoindent set showmatch set title set tabstop=2 set shiftwidth=2 syntax on set hlsearch set whichwrap=h,l,<,>,[,] inoremap jj <Esc> inoremap <C-h> <Left> inoremap <C-l> <Right> set mouse=a noremap <ScrolleWheelUp> <C-y> noremap <ScrolleWheelDown> <C-n> augroup MyXML autocmd! autocmd Filetype xml inoremap <buffer> </ </<C-x><C-o> autocmd Filetype html inoremap <buffer> </ </<C-x><C-o> augroup END
やったこと
WSLの再インストール
vimの再インストール
どちらも結果は変わりませんでした。
バージョン
vim: 8.0.1453
Ubuntu: 18.04
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/18 11:32