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-markdownlint',
\ 'coc-snippets',
\ 'coc-java'
\ 'coc-java',
\ 'coc-flutter'
\ ]
call plug#begin()