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; { vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
start = [ start = [
wombat256-vim wombat256-vim
ale
]; ];
opt = [ opt = [
elm-vim elm-vim
vim-fish vim-fish
vim-nix
vimwiki vimwiki
]; ];
}; };

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

Loading…
Cancel
Save