Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49be6d4 commit 1d6b57fCopy full SHA for 1d6b57f
lua/flutter-tools/lsp/color/utils.lua
@@ -1,5 +1,5 @@
1
local tohex, bor, lshift, rshift, band = bit.tohex, bit.bor, bit.lshift, bit.rshift, bit.band
2
-local api = vim.vim.api
+local api = vim.api
3
4
local lazy = require("flutter-tools.lazy")
5
local ui = lazy.require("flutter-tools.ui") ---@module "flutter-tools.ui"
0 commit comments