11 lines
183 B
VimL
11 lines
183 B
VimL
" Neovim configuration, loaded by Home Manager
|
|
" (programs.neovim.extraConfig in ../home.nix)
|
|
|
|
set number
|
|
|
|
set noswapfile
|
|
|
|
" Indentation
|
|
set autoindent
|
|
set shiftwidth=4
|
|
set expandtab
|