Skip to content

Commit

Permalink
chore(lsp): complete function brackets in tyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 7, 2024
1 parent f6d0ebb commit b27f917
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lua/plugins/mini_nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,10 @@ M.clue = {
}

M.notify = {
window = {
winblend = 0,

},

}
window = {
winblend = 0,
},
}

M.git = {}

Expand Down
5 changes: 5 additions & 0 deletions lua/plugins/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ lspconfig.ts_ls.setup {
hostInfo = "neovim",
},
single_file_support = true,
settings = {
completions = {
completeFunctionCalls = true,
},
},
}

lspconfig.gleam.setup {}
Expand Down

0 comments on commit b27f917

Please sign in to comment.