Skip to content

Instantly share code, notes, and snippets.

View ThuanNP's full-sized avatar
🎯
Focusing

Thuan Nguyen Phuoc ThuanNP

🎯
Focusing
  • Công Ty Công Nghệ Thông Tin Điện Lực Thành Phố Hồ Chí Minh
  • 114a Hồng Hà Ward 2, Tân Bình district, Hồ Chí Minh City, Việt Nam
  • 00:58 (UTC +07:00)
View GitHub Profile
@mkhoeini
mkhoeini / autoload_myspacevim.vim
Last active August 3, 2022 12:57
SpaceVim Config
function! myspacevim#before() abort
" let g:neomake_enabled_c_makers = ['clang']
" nnoremap jk <Esc>
endfunction
function! myspacevim#after() abort
" let g:ale_fixers = {
" \ 'javascript': [
" \ 'eslint',
" \ 'prettier',