nvim completion is working fine without this

master
Jordan Orelli 1 year ago
parent 645adfdb42
commit 1a4a4b0166

@ -2,4 +2,6 @@ nmap <F5> :Cargo run<CR>
nmap <F7> :Cargo check<CR>
nmap <F8> :Cargo test<CR>
nmap <C-]> :ALEGoToDefinition<CR>
if !has('nvim')
nmap <C-]> :ALEGoToDefinition<CR>
endif

Loading…
Cancel
Save