mirror of
https://jturnerusa.dev/cgit/gentoo-utils/
synced 2025-12-03 03:28:35 -06:00
init
This commit is contained in:
8
.dir-locals.el
Normal file
8
.dir-locals.el
Normal file
@@ -0,0 +1,8 @@
|
||||
((rust-ts-mode . ((fmt-executable . "rustfmt")
|
||||
(fmt-args . ("--edition=2021"))
|
||||
(eval . (eglot-ensure))
|
||||
(eval . (company-mode 1))
|
||||
(eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t))
|
||||
(eval . (add-hook 'eglot-managed-mode-hook (lambda ()
|
||||
(eglot-inlay-hints-mode -1))
|
||||
nil t)))))
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/target
|
||||
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "gentoo-utils"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
mon = { path = "../mon" }
|
||||
Reference in New Issue
Block a user