dotfiles/.config/nvim/init.vim

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