An open API service indexing awesome lists of open source software.

https://github.com/younghakim7/snippets_lunar_neovim

https://github.com/rust10x/rust10x-vscode
https://github.com/younghakim7/snippets_lunar_neovim

Last synced: 3 months ago
JSON representation

https://github.com/rust10x/rust10x-vscode

Awesome Lists containing this project

README

        

# link

- [옛날-vim스타일-snippets은-여기에-정리중updating](#옛날-vim스타일-snippets은-여기에-정리중updating)

- test


# 옛날 Vim스타일 snippets은 여기에 정리중(updating~~)
- https://github.com/YoungHaKim7/UltiSnips


# RustSnippet기본 위치[[🔝]](#link)

- https://github.com/hrsh7th/vim-vsnip

- 내꺼 정리 https://github.com/YoungHaKim7/rust_vim_setting/tree/main/01_Vim_NeoVim_etc_Rust_settings/snippets_Lunar_NeoVim

- ```:VsnipOpen```

- global.json위치(~/.vsnip/global.json)
- rust.json위치(~/.vsnip/rust.json)

```
~/.vsnip at 19:17:08
❯ tree
.
├── global.json
└── rust.json

0 directories, 2 files

```

# friendly-snippets rust.json 경로

- add plugins
- https://github.com/rafamadriz/friendly-snippets

```bash
$HOME/.local/share/lunarvim/site/pack/lazy/opt/friendly-snippets/snippets/rust/rust.json
```

- WindowsOS
```
C:\Users\ytok1\AppData\Local\nvim-data\lazy\friendly-snippets\snippets\rust\rust.json

~\AppData\Local\nvim-data\lazy\friendly-snippets\snippets\rust\rust.json
```

# 최종 NeoVim Setting(Tabby + Rust + zig+ C/C++ LSP + 완벽 세팅)
- https://github.com/YoungHaKim7/rust_dev_neovide_nvimsetting


# snippets_Lunar_NeoVim
https://github.com/rust10x/rust10x-vscode

# rust.json source

- https://github.com/rust10x/rust10x-vscode