diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-20 21:29:45 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-20 21:29:45 -0500 |
| commit | 4f0ce1701ad4419745a56131f254efa77c526f1e (patch) | |
| tree | fcfefd0d8b5268be3e33da160c2054deeb31a241 /.config/nvim/lua/plugins | |
| parent | c1bf6040ccafe23af438fcf98815edd120539efb (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/plugins')
| -rw-r--r-- | .config/nvim/lua/plugins/lsp.lua | 2 |
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"}) |
