Last active
March 25, 2025 02:30
-
-
Save wjkoh/f7c697ea6af3577cf2c2c0374a7eced8 to your computer and use it in GitHub Desktop.
LazyVim: Set up Dart and Flutter LSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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