mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
7520a7c4b4
...
6a2306bac1
Author | SHA1 | Date | |
---|---|---|---|
|
6a2306bac1 | ||
|
1977d5dcde |
2 changed files with 6 additions and 0 deletions
5
nvim/dotfiles/lspconfigs/dart.lua
Normal file
5
nvim/dotfiles/lspconfigs/dart.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local lspconfig = require('lspconfig')
|
||||
|
||||
local bin_name = 'dart'
|
||||
|
||||
lspconfig['dartls'].setup({})
|
|
@ -31,6 +31,7 @@ let s:plug = funcref('dotfiles#plugman#register')
|
|||
" }}}
|
||||
|
||||
" Misc {{{
|
||||
call s:plug('junegunn/vader.vim')
|
||||
call s:plug('andweeb/presence.nvim')
|
||||
call s:plug('wakatime/vim-wakatime')
|
||||
if has('nvim-0.6.0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue