this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add vimagit plugin

+3 -1
+1
nix/.config/nixpkgs/config.nix
··· 1 1 { 2 2 allowUnsupportedSystem = true; 3 3 allowBroken = true; 4 + allowUnfree = true; 4 5 }
+1
vim/.config/nvim/autoload/plugins.vim
··· 35 35 " Git {{{ 36 36 call minpac#add('tpope/vim-fugitive') 37 37 call minpac#add('rbong/vim-flog') 38 + call minpac#add('jreybert/vimagit') 38 39 " }}} 39 40 " Launch screen {{{ 40 41 call minpac#add('mhinz/vim-startify') " Required during startup
+1 -1
vim/.config/nvim/plugin/langclient.vim
··· 53 53 \ 'root_uri':{server_info->lsp#utils#path_to_uri( 54 54 \ lsp#utils#find_nearest_parent_file_directory( 55 55 \ lsp#utils#get_buffer_path(), 56 - \ ['rebar.lock', '.git/'] 56 + \ ['rebar.config', '.git/'] 57 57 \ ))}, 58 58 \ 'whitelist': ['erlang'] 59 59 \ })