Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

YoungHaKim7/rust_vim_setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1,101 Commits

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


VScode[🔝]

  • 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[🔝]

git commit 메세지를 설정하는 에디터가 기본적vim으로 변경|🔝|

  • git commit 메세지를 설정하는 에디터가 기본적으로는 nano 에디터일 텐데, nano에디터에는 익숙하지 않아서 vim으로 바꿨었다. vim으로 바꾸는 커맨드는 다음과 같다.
$ git config --global core.editor vim

git default Vim설정

git config --global core.editor "vim"

AltStyle によって変換されたページ (->オリジナル) /