Skip to content

YoungHaKim7/rust_vim_setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link




toml Fmt

taplo format Cargo.toml
  • .taplo.toml
# See https://taplo.tamasfe.dev/configuration/file.html
# and https://taplo.tamasfe.dev/configuration/formatter-options.html

[formatting]
# Aligning comments with the largest line creates
# diff noise when neighboring lines are changed.
align_comments = false

# Matches how rustfmt formats Rust code
column_width = 100
indent_string = "    "

(Rust&Python_etc..)โ˜†โ˜†__VSCode Vs Pycharm(ํŒŒ์ด์ฐธ)Vs Visual Studio(๋น„์ฃผ์–ผ์ŠคํŠœ๋””์˜ค)์ž์ฃผ ์“ฐ๋Š” ๋‹จ์ถ•ํ‚ค ๋น„๊ตโ˜†โ˜†(MacOS,Win)[๐Ÿ”]

https://economiceco.tistory.com/3638

VSCode Extensions ์ž˜ ์ •๋ฆฌ๋จ[๐Ÿ”]

https://viatsko.github.io/awesome-vscode/

rust_vim_setting[๐Ÿ”]



neovim-for-beginner[๐Ÿ”]

Companion code for the Medium Neovim for Beginners series.

my neovim set_lua setting(full ์„ธํŒ…)

:colorscheme tokyonight-night


// ์–ด๋‘์šด ๋นจ๊ฐ„์ƒ‰2(inlay hint)
: hi Comment guifg=#cfe2f3 guibg=#92342d

LunarVim InLayHint **_**Comment Color[๐Ÿ”]

// ์–ด๋‘์šด ๋นจ๊ฐ„์ƒ‰
: hi Comment guifg=#cfe2f3 guibg=#c90076


// ์–ด๋‘์šด ๋นจ๊ฐ„์ƒ‰2
: hi Comment guifg=#cfe2f3 guibg=#92342d


// ๋ฐ์€ ๋ถ„ํ™์ƒ‰ ๋Š๋‚Œ
: hi Comment guifg=#cfe2f3 guibg=#ff439f




  • color-hex

https://www.color-hex.com/color/ff439f



Vim์ •๋ฆฌ ์ข…๊ฒฐ์ž[๐Ÿ”]

https://github.com/mhinz/vim-galore

Vim Cheat Sheet[๐Ÿ”]

Hyperpolyglot(Text Mode Editors: Vim, Emacs, Nano)

https://docs.huihoo.com/programming-language/hyperpolyglot.org/text-mode-editors.html



rust_neoVim_Setting|๐Ÿ”|

neoVim_Setting Youtube


Github Github_LunarVim



Undo & Redo|๐Ÿ”|

# undo๋งŽ์ด ์”€
u

# Redo
CTRL+R
# macOS์—์„  ์ด๋ ‡๊ฒŒ ์„ธํŒ…ํ•จ. command + y
CMD + Y
 

๋‹ค๋ฅธ ์‚ฌ๋žŒ์˜ ์ •๋ฆฌ๋œ Vim ์ •๋ฆฌ ๋ํŒ์™•(์—ญ์‹œ ์ด ์„ธ์ƒ์—๋Š” ๊ดด๋ฌผ๋“ค์ด ์ฐธ ๋งŽ๋‹ค.ใ…‹)[๐Ÿ”]

http://m.egloos.zum.com/mataeoh/v/7036315

https://profkuperman.com/help/vim/home.html


๋‚ด๊ฐ€ ๋‚˜๋ฆ„ ์ •๋ฆฌํ•œ Vim tutorials[๐Ÿ”]

Emacs Cheat Sheetโค๏ธ(Vim๊ณผ ๋น„๊ต ์ ค ๋ณด๊ธฐ ์ข‹๋‹ค)๐Ÿ‘ https://economiceco.tistory.com/14813



Emacs Setting[๐Ÿ”]

-Lisp languageEmac_DoomEmacs_tutorial_LSP_Install์„ค์น˜๋ฐ์ž๋™์™„์„ฑํ™œ์šฉ๋ฒ•_๊ธฐ์ดˆํ•œ๊ธ€๊ฐ•์˜ #lisplang #emacs #doomemacs #lsp


Helix Editor Tutorial[๐Ÿ”]

ํ•œ๊ธ€๋Ÿฌ์ŠคํŠธRust๊ฐ•์˜_041โญ๏ธRust๋กœ ๋งŒ๋“  ์—๋””ํ„ฐHelix๊ธฐ์ดˆ_helix tutorial #rustlang #helix


  • External terminal

https://code.visualstudio.com/docs/terminal/basics#_links

Note: Open an external terminal with the โ‡งโŒ˜C keyboard shortcut if you prefer to work outside VS Code.

macos

โ‡งโŒ˜C

Command + Shift + C

setting.JSON

{
    "terminal.integrated.fontFamily": "MesloLGS NF",
    "terminal.external.osxExec": "Warp.app"
}

Lapce Editor[๐Ÿ”]

  • ํ•œ๊ธ€๋Ÿฌ์ŠคํŠธRust๊ฐ•์˜038_lapceโญ๏ธRust_traits๊ธฐ์ดˆ #rustlang

https://youtu.be/Gpe-zGS5W0I

๋‹ค๋ฅธ ์™ธ๊ตญ์ธ ์„ค์ • ๋ชจ์Œ[๐Ÿ”]


Mastering VIM: Your Guide to Efficient Text Editing[๐Ÿ”]