Skip to content

Commit

Permalink
chore(rust): modify setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Dec 27, 2024
1 parent c7f545a commit e5152f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

1 change: 0 additions & 1 deletion fnl/crates.fnl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
((. (require :crates) :setup) {:lsp {:enabled true
:on_attach (dofile args.on_attach_path)
:actions true
:completion false
:hover true}}
Expand Down
4 changes: 1 addition & 3 deletions fnl/rustaceanvim.fnl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(local on_attach (dofile args.on_attach_path))

(let [server {: on_attach}
(let [server {}
tools (let [executors (require :rustaceanvim.executors)
code_actions {:ui_select_fallback true}
border :none
Expand Down
2 changes: 1 addition & 1 deletion lua/autogen/crates.lua

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

3 changes: 1 addition & 2 deletions lua/autogen/rustaceanvim.lua

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

0 comments on commit e5152f2

Please sign in to comment.