Skip to content

Commit

Permalink
Regular updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zmre committed Oct 31, 2024
1 parent 10e1aa4 commit 71d63b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pwnvim/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,9 @@ M.diagnostics = function()
},
}
}
lspconfig.tsserver
lspconfig.ts_ls
.setup({ capabilities = capabilities, on_attach = attached, init_options = { preferences = { disableSuggestions = true, } } })

lspconfig.lua_ls.setup({
on_attach = attached,
capabilities = capabilities,
Expand Down

0 comments on commit 71d63b0

Please sign in to comment.