summaryrefslogtreecommitdiff
path: root/.config/nvim/lua
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-20 21:29:45 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-20 21:29:45 -0500
commit4f0ce1701ad4419745a56131f254efa77c526f1e (patch)
treefcfefd0d8b5268be3e33da160c2054deeb31a241 /.config/nvim/lua
parentc1bf6040ccafe23af438fcf98815edd120539efb (diff)
feat(zsh): Print remote repo and branch
When a git repository the remote repo name and branch name will be included in the zsh prompt as repo::branch.
Diffstat (limited to '.config/nvim/lua')
-rw-r--r--.config/nvim/lua/plugins/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua
index 84d4aec..fe571e3 100644
--- a/.config/nvim/lua/plugins/lsp.lua
+++ b/.config/nvim/lua/plugins/lsp.lua
@@ -1,3 +1,3 @@
-- Enable preconfigured LSP's
-vim.lsp.enable({"clangd", "gopls", "texlab"})
+vim.lsp.enable({"clangd", "gopls", "texlab", "rust-analyzer"})