We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d0ebb commit b27f917Copy full SHA for b27f917
lua/plugins/mini_nvim.lua
@@ -110,12 +110,10 @@ M.clue = {
110
}
111
112
M.notify = {
113
- window = {
114
-winblend = 0,
115
-
116
- },
117
118
- }
+ window = {
+ winblend = 0,
+ },
+}
119
120
M.git = {}
121
lua/plugins/servers.lua
@@ -46,6 +46,11 @@ lspconfig.ts_ls.setup {
46
hostInfo = "neovim",
47
},
48
single_file_support = true,
49
+ settings = {
50
+ completions = {
51
+ completeFunctionCalls = true,
52
53
54
55
56
lspconfig.gleam.setup {}
0 commit comments