aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/rust_analyzer.lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-08-24 10:12:38 -0400
committerGitHub <noreply@github.com>2021-08-24 10:12:38 -0400
commit08a698d652f3d1fc6195b4efd9d23ecaced2c879 (patch)
tree6313cfe13f645668a3687001a6358eb453817820 /lua/lspconfig/rust_analyzer.lua
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar.gz
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar.bz2
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar.lz
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar.xz
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.tar.zst
nvim-lspconfig-08a698d652f3d1fc6195b4efd9d23ecaced2c879.zip
chore: remove modeline (#1177)
Diffstat (limited to 'lua/lspconfig/rust_analyzer.lua')
-rw-r--r--lua/lspconfig/rust_analyzer.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/rust_analyzer.lua b/lua/lspconfig/rust_analyzer.lua
index b5f151c8..9ff8907f 100644
--- a/lua/lspconfig/rust_analyzer.lua
+++ b/lua/lspconfig/rust_analyzer.lua
@@ -60,4 +60,3 @@ See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#
}
configs.rust_analyzer.reload_workspace = reload_workspace
--- vim:et ts=2 sw=2