Skip to content

Commit

Permalink
use fvm
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Feb 9, 2024
1 parent 40d7db8 commit 1d243f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ht/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local M = {}

M.last_updated_time = '2024.02.08'
M.last_updated_time = '2024.02.10'

return M
1 change: 1 addition & 0 deletions src/conf/external_tools/lsp_servers/flutter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const server = new LspServer({
exe: false,
setup: (_, on_attach, capabilities) => {
luaRequire("flutter-tools").setup({
fvm: true,
ui: {
border: "solid",
notification_style: "plugin",
Expand Down

0 comments on commit 1d243f5

Please sign in to comment.