neovim/nvim/init.vim
2023-02-12 23:48:56 +01:00

12 lines
197 B
VimL

set nocompatible
set number
set cc=80
set ignorecase
hi ColorColumn ctermbg=black guibg=black
set tabstop=4
set expandtab
set shiftwidth=4
set autoindent
filetype plugin on
lua require('plugins')