mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
Assign variable before it is used (#4)
* Assign variable before it is used * docs: update
This commit is contained in:
parent
07e0e811b1
commit
ed2c5363ea
1 changed files with 1 additions and 1 deletions
|
@ -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}}}))
|
||||
|
|
Loading…
Reference in a new issue