" VIM PLUGIN SETTINGS " YOUCOMPLETEME: let g:ycm_language_server = \ [ \ { \ 'name': 'nix', \ 'cmdline': [ '/run/current-system/sw/bin/nil', '--stdio' ], \ 'filetypes': [ 'nix' ] \ } \ ]