Skip to content

Instantly share code, notes, and snippets.

@wjkoh
Last active December 8, 2023 03:01
Show Gist options
  • Save wjkoh/f7c697ea6af3577cf2c2c0374a7eced8 to your computer and use it in GitHub Desktop.
Save wjkoh/f7c697ea6af3577cf2c2c0374a7eced8 to your computer and use it in GitHub Desktop.
LazyVim: Set up Dart and Flutter LSP
-- Copy this file to your ~/.config/nvim/lua/plugins/
-- This file was written by @cddm. See https://www.reddit.com/r/neovim/comments/14c5e6o/how_to_set_up_dartflutter_with_neovim/jojf4z5/
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
dartls = {},
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment