This README.md will be for memo.
To install, follow this page
To install ccls under home directoy, add -DCMAKE_INSTALLPREFIX
option
cmakke -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-10/ -DCMAKE_INSTALL_PREFIX=$HOME/.local
- create
Makefile
- generate
compile_commands.json
by runningcompiledb make
compiledb
is installed bypip install compiledb
using system python, orpyenv global
configured python
To enable the triangular shaped status bar ==>
, you'll be needing
- right font set
Nerd Fonts
are installed on my local windows machine according to the following site.
vim-airline
Specifically, SourceCodePro
font sets are installed.
- right configuration in vimrc file
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_close_button = 0
let g:airline_powerline_fonts = 1
- right configuration on terminal app.
For Windows Terminal
, under Setting
-> Ubuntu 20.04
-> Appearance
-> Fontface
, choose SauceCodePro
, then save.
The selection names might be wrongly translated since my environment is in Japanese.