vim: ajout client LSP ALE

flakes
Yves Dubromelle 3 years ago
parent 589f090d6f
commit 2270cf730d
No known key found for this signature in database
GPG Key ID: 532B20410B06A2EE

@ -10,11 +10,11 @@ let
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
start = [
wombat256-vim
ale
];
opt = [
elm-vim
vim-fish
vim-nix
vimwiki
];
};

@ -5,6 +5,9 @@ set nocompatible
filetype plugin on
syntax on
" Réglages ALE
let g:ale_completion_enabled = 1
" allow backspacing over everything in insert mode
set backspace=indent,eol,start

Loading…
Cancel
Save