init.vim 239 B

123456789101112131415161718
  1. set number
  2. colorscheme catppuccin_frappe
  3. set showmatch
  4. set ignorecase
  5. set hlsearch
  6. set tabstop=4
  7. set autoindent
  8. set shiftwidth=4
  9. set cc=110
  10. syntax on
  11. set clipboard=unnamedplus
  12. set ttyfast
  13. set nowrap
  14. set guicursor=
  15. nnoremap <C-S> :w<CR>