diff options
author | Minijackson <minijackson@riseup.net> | 2023-12-11 22:45:49 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-12-11 22:45:49 +0100 |
commit | 59f20ebedeb7901e23ce03299959aed140b3fb45 (patch) | |
tree | ad740e18dd053c60ad2efcda1eeaa4b13eaec072 /dotfiles/vim/lua/vim-dev.lua | |
parent | 33ccd8c2bd2693625c452bbb1dd224f85159dcb9 (diff) | |
download | nixos-config-reborn-59f20ebedeb7901e23ce03299959aed140b3fb45.tar.gz nixos-config-reborn-59f20ebedeb7901e23ce03299959aed140b3fb45.zip |
development: remove unused variables
Diffstat (limited to 'dotfiles/vim/lua/vim-dev.lua')
-rw-r--r-- | dotfiles/vim/lua/vim-dev.lua | 1 |
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 | ||