123456789101112131415161718 |
- set number
- colorscheme catppuccin_frappe
- set showmatch
- set ignorecase
- set hlsearch
- set tabstop=4
- set autoindent
- set shiftwidth=4
- set cc=110
- syntax on
- set clipboard=unnamedplus
- set ttyfast
- set nowrap
- set guicursor=
- nnoremap <C-S> :w<CR>
|