summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2022-05-03 15:01:39 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2022-05-03 15:01:39 +0300
commit1d198e3c42e9098d8f43bcc4bdaf262e589b41f6 (patch)
tree52ac90acbc46ac5d70105da5474f96fc116e67cb
parent0bb144296372b1abd2430064e66c1a4087a8aca6 (diff)
downloaddotfiles-1d198e3c42e9098d8f43bcc4bdaf262e589b41f6.tar
dotfiles-1d198e3c42e9098d8f43bcc4bdaf262e589b41f6.tar.gz
dotfiles-1d198e3c42e9098d8f43bcc4bdaf262e589b41f6.zip
Added mapping for ALEDetail
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 35ae708..40d4fb5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -356,6 +356,7 @@
map <F2> <ESC>:ALERename<CR>
map gd <ESC>:ALEGoToDefinition<CR>
map gi <ESC>:ALEHover<CR>
+ map ge <ESC>:ALEDetail<CR>
set omnifunc=ale#completion#OmniFunc
let g:ale_completion_enabled = 1