summaryrefslogtreecommitdiffstats
path: root/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/vim/lua/vim-dev.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/vim/lua/vim-dev.lua b/dotfiles/vim/lua/vim-dev.lua
index 41d94fd..4d56c9b 100644
--- a/dotfiles/vim/lua/vim-dev.lua
+++ b/dotfiles/vim/lua/vim-dev.lua
@@ -6,7 +6,6 @@ vim.g.rustaceanvim = {
6 }, 6 },
7 -- LSP configuration 7 -- LSP configuration
8 server = { 8 server = {
9 -- cmd = { vim.g.rust_analyzer_path },
10 on_attach = function(client, bufnr) 9 on_attach = function(client, bufnr)
11 on_attach(client, bufnr) 10 on_attach(client, bufnr)
12 11