vim: ajout client LSP ALE

This commit is contained in:
Yves Dubromelle
2022-08-16 16:20:48 +02:00
parent 589f090d6f
commit 2270cf730d
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -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