Compare commits

...

2 commits

Author SHA1 Message Date
Alyxia Sother
6a2306bac1
[nvim] Set up the dart language server 2021-12-02 20:47:16 +01:00
Alyxia Sother
1977d5dcde
[nvim] Add the vader plugin for exercism 2021-12-02 20:46:57 +01:00
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
local lspconfig = require('lspconfig')
local bin_name = 'dart'
lspconfig['dartls'].setup({})

View file

@ -31,6 +31,7 @@ let s:plug = funcref('dotfiles#plugman#register')
" }}} " }}}
" Misc {{{ " Misc {{{
call s:plug('junegunn/vader.vim')
call s:plug('andweeb/presence.nvim') call s:plug('andweeb/presence.nvim')
call s:plug('wakatime/vim-wakatime') call s:plug('wakatime/vim-wakatime')
if has('nvim-0.6.0') if has('nvim-0.6.0')