Assign variable before it is used (#4)

* Assign variable before it is used

* docs: update
This commit is contained in:
Niclas 2021-05-14 20:28:57 +00:00 committed by GitHub
parent 07e0e811b1
commit ed2c5363ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
;(lsp.vimls.setup { :on_attach on_attach})
(set vim.o.signcolumn "yes")
(se signcolumn "yes")
;(let [rust-tools (require "rust-tools")]
;(rust-tools.setup {:tools {:inlay_hints {:show_parameter_hints false}}}))