refactor: lets try without mini.completion
This commit is contained in:
@@ -74,16 +74,16 @@ Config.later(function()
|
||||
end)
|
||||
|
||||
-- Kulala
|
||||
Config.on_filetype('http', function()
|
||||
Config.autocmd('FileType', 'http', function()
|
||||
vim.pack.add({ 'https://github.com/mistweaverco/kulala.nvim' })
|
||||
require('kulala').setup({ default_env = 'dev' })
|
||||
end)
|
||||
end, 'Setup Kulala', true)
|
||||
|
||||
-- Flutter
|
||||
Config.on_filetype('dart', function()
|
||||
Config.autocmd('FileType', 'dart', function()
|
||||
vim.pack.add({
|
||||
'https://github.com/nvim-lua/plenary.nvim',
|
||||
'https://github.com/nvim-flutter/flutter-tools.nvim',
|
||||
})
|
||||
require('flutter-tools').setup({ lsp = { color_capabilities = true } })
|
||||
end)
|
||||
end, 'Setup flutter', true)
|
||||
|
||||
Reference in New Issue
Block a user