yetone / yetone/cosmos-nvim

some plugins may be helpful

Open
#7 2 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Lua
Stars
303
Forks
35
PR merge metrics
No merged PRs in 30d

Description

Thanks `yetone` for creating this awesome repo, I just move from my `.config/nvim` to this repo. It's so silky! I'd like to recommend this to my coworkers.

Here is some plugins for two features that may be helpful.
- git graph
- rust development

In `./lua/plugins.lua`, add:
```lua
-- for git graph
use 'tpope/vim-fugitive'
use 'rbong/vim-flog'

-- for rust
use {'nvim-telescope/telescope-ui-select.nvim' }
use 'simrat39/rust-tools.nvim'
use 'mfussenegger/nvim-dap'
```

In `init.lua`, add:
```lua
require('rust-tools').setup({})
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.