WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 6c5121dd54 - Show all commits

View file

@ -18,7 +18,8 @@ let g:coc_global_extensions = [
\ 'coc-rust-analyzer', \ 'coc-rust-analyzer',
\ 'coc-markdownlint', \ 'coc-markdownlint',
\ 'coc-snippets', \ 'coc-snippets',
\ 'coc-java' \ 'coc-java',
\ 'coc-flutter'
\ ] \ ]
call plug#begin() call plug#begin()