Skip to content

Commit

Permalink
cleanup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pr2502 committed Oct 23, 2023
1 parent 03a66c1 commit 1c6857b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions examples/helix/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# helix doesn't need anything in config.toml for LSP configuration
7 changes: 0 additions & 7 deletions examples/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@ require'lspconfig'.rust_analyzer.setup {
server = "rust-analyzer",
},
},
settings = {
['rust-analyzer'] = {
checkOnSave = {
command = "clippy",
},
}
}
}

0 comments on commit 1c6857b

Please sign in to comment.