diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-10 15:12:53 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-10 15:12:53 -0400 |
| commit | 2fa6ca8fe19b1ebadcdfa54ea0f073df72389398 (patch) | |
| tree | a10d4ed86bee883909b108dd795fe6dda243f1d9 /modules/neovim/nvim/lua | |
| parent | d63721bd370a2a1673ff90ae0199882d49f73b5b (diff) | |
| download | home-2fa6ca8fe19b1ebadcdfa54ea0f073df72389398.tar.gz | |
installing package with dbus dep breaks non nixos
Diffstat (limited to 'modules/neovim/nvim/lua')
| -rw-r--r-- | modules/neovim/nvim/lua/config/lsp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/neovim/nvim/lua/config/lsp.lua b/modules/neovim/nvim/lua/config/lsp.lua index 5effdc9..82cedab 100644 --- a/modules/neovim/nvim/lua/config/lsp.lua +++ b/modules/neovim/nvim/lua/config/lsp.lua @@ -2,7 +2,8 @@ local methods = vim.lsp.protocol.Methods local servers = { clangd = {}, - zls = {} + zls = {}, + rust_analyzer = {} } require('blink.cmp').setup({ |