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
- Host: GitHub
- URL: https://github.com/younghakim7/snippets_lunar_neovim
- Owner: YoungHaKim7
- Created: 2024-02-03T00:05:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:11:15.000Z (4 months ago)
- Last Synced: 2025-01-25T12:18:34.646Z (4 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.json0 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