Skip to content

Instantly share code, notes, and snippets.

View enwuft's full-sized avatar
🖤

Chanthawat Kiriyadee enwuft

🖤
View GitHub Profile
+--------------------------------+------------+
| user | psw |
+--------------------------------+------------+
| one-nipa@hotmail.com | 026965814 |
| pha_nu03@hotmail.com | 026965814 |
| wittawat.w@fph.tu.ac.th | 0611949194 |
| pet@econ.tu.ac.th | 0625146945 |
| walee@nurse.tu.ac.th | 0629915858 |
| kanya_sudngam@hotmail.com | 0814593776 |
| pongpong72@hotmail.com | 0814994549 |
" Rust development
let g:rustfmt_autosave = 1
" GENERAL
let g:one_allow_italics = 1
" TextEdit might fail if hidden is not set.
set hidden
" Some servers have issues with backup files, see #649.
" ============================ Common setting ============================
set nocompatible " be iMproved, required
filetype plugin indent on " required
autocmd Filetype gitcommit setlocal spell textwidth=72 " git commit messages limit 72 columns
" syntax
syntax on
colorscheme OceanicNext
" ============================ Common setting ============================
set nocompatible " be iMproved, required
filetype plugin indent on " required
" syntax
syntax off
" Some servers have issues with backup files, see #649.
set nobackup
set nowritebackup
@enwuft
enwuft / .vimrc
Last active February 25, 2020 23:49
" syntax
syntax off
"*****************************************************************************
"" Basic Setup
"*****************************************************************************"
"" Encoding
set encoding=utf-8
set fileencoding=utf-8