aboutsummaryrefslogtreecommitdiff
path: root/home-manager/stvnliu/nixvim
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/stvnliu/nixvim')
-rw-r--r--home-manager/stvnliu/nixvim/lsp.nix2
-rw-r--r--home-manager/stvnliu/nixvim/tagbar.nix3
2 files changed, 3 insertions, 2 deletions
diff --git a/home-manager/stvnliu/nixvim/lsp.nix b/home-manager/stvnliu/nixvim/lsp.nix
index 637fbf7..73124a1 100644
--- a/home-manager/stvnliu/nixvim/lsp.nix
+++ b/home-manager/stvnliu/nixvim/lsp.nix
@@ -11,7 +11,7 @@
#ruff.enable = true;
#ruff_lsp.enable = true;
- rust-analyzer = {
+ rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;
diff --git a/home-manager/stvnliu/nixvim/tagbar.nix b/home-manager/stvnliu/nixvim/tagbar.nix
index e011bf7..2c7c1b0 100644
--- a/home-manager/stvnliu/nixvim/tagbar.nix
+++ b/home-manager/stvnliu/nixvim/tagbar.nix
@@ -1,9 +1,10 @@
{ pkgs, ... }:
{
+
+ dependencies.ctags.package = pkgs.universal-ctags;
plugins.tagbar = {
enable = true;
- tagsPackage = pkgs.universal-ctags;
settings = {
autoclose = false;
autofocus = false;