mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
abfb4cde51
* neovim: allow setting init.vim config alongside plugins * neovim: add test for neovim plugins * neovim: make pluginWithConfigType a have type submodule
22 lines
421 B
VimL
22 lines
421 B
VimL
" configuration generated by NIX
|
|
set nocompatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set packpath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
|
set runtimepath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
|
|
|
filetype indent plugin on | syn on
|
|
|
|
|
|
" This should be present in vimrc
|
|
" vim-commentary {{{
|
|
" This should be present too
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
" }}}
|
|
|