mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
28 lines
454 B
VimL
Executable file
28 lines
454 B
VimL
Executable file
se number
|
|
se ruler
|
|
se nowrap
|
|
se textwidth=0 wrapmargin=0 tw=0
|
|
se lbr
|
|
se mouse=a
|
|
se autoindent
|
|
se smartindent
|
|
se expandtab
|
|
se shiftwidth=4
|
|
se formatoptions+=j
|
|
se cursorline
|
|
se clipboard=unnamedplus
|
|
se autoread
|
|
syntax enable
|
|
filetype plugin indent on
|
|
|
|
map <F7> mzgg=G`z
|
|
|
|
se background=dark
|
|
colorscheme dracula
|
|
se termguicolors " Enable GUI colors for the terminal to get truecolor
|
|
|
|
autocmd FileType * se tw=0
|
|
|
|
se ignorecase
|
|
se smartcase
|