Skip to content

Instantly share code, notes, and snippets.

@zahash
Created April 1, 2024 12:19
Show Gist options
  • Save zahash/effcb1a714e75075e77e4ceb5f03a83a to your computer and use it in GitHub Desktop.
Save zahash/effcb1a714e75075e77e4ceb5f03a83a to your computer and use it in GitHub Desktop.
############# config.toml #############
theme = "rose_pine"
[editor]
line-number = "relative"
mouse = false
bufferline = "multiple"
[editor.lsp]
display-inlay-hints = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[editor.cursor-shape]
insert = "bar"
############# languages.toml #############
[[language]]
name = "rust"
[language-server.rust-analyzer]
command = "rust-analyzer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment