diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-24 23:36:38 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-24 23:36:38 +0300 |
| commit | bfb552cadd7c808c5c0d16243bded9c51c2dafcc (patch) | |
| tree | 50643b1c7dbc937c7396a7b65b33638a4b67ef48 /.config | |
| parent | 4dac4f378df85d7673d3d6b2152d680aa72cfd56 (diff) | |
| download | dotfiles-bfb552cadd7c808c5c0d16243bded9c51c2dafcc.tar.gz dotfiles-bfb552cadd7c808c5c0d16243bded9c51c2dafcc.zip | |
nvim: add ale plugin
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 1e156c1..8ac9106 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -68,6 +68,7 @@ Plug 'ap/vim-css-color' Plug 'preservim/nerdcommenter' Plug 'tpope/vim-surround' Plug 'mbbill/undotree' +Plug 'dense-analysis/ale' call plug#end() filetype plugin indent on |
