Skip to content

YoungHaKim7/lvim-config_gy_Tabby_AI_macOSsetting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lvim 쓸 때 cargo fmt && cargo check 활용하자

$ cargo fmt && cargo check
  • 요즘 쓰는 LspInlayHint Color Setting[🔝]
    • Inlayhint 색깔 hex color (LunarVim Inlayhint Color Settings)
// 요즘 쓰는 색 240106
:hi LspInlayHint guifg=#35638f guibg=#420517
:hi Comment guifg=#35638f guibg=#420517

// 배경은 어두운 빨간색 /  글씨는 약간 밝은 색
:hi Comment guifg=#8aaecf guibg=#4e1a1a

lvim-config_gyoung

  1. install https://www.lunarvim.org/

  2. .config/lvim 세팅

이거 원래 주인 영상 My Development Setup (Neovim, Tmux, Alacritty & Rust-based CLI Tools)

https://youtu.be/stCXFxC4OH0

Fork Github & Thank you.

https://github.com/adibhanna/lvim-config

zig lang setting 난중에 적용할 예정

https://github.com/NTBBloodbath/zig-tools.nvim

Todo

  • Apply jk as esc

    • /lua/user/keymaps.lua
    • lvim.keys.insert_mode["jk"] = "<Esc>"
      
  • Apply Relative Number

    • /lua/user/option.lua
    • local options = {
          relativenumber = true, -- set relative numbered lines
      }
      
  • Apply colorscheme

      • /lua/user/option.lua
    • -- lvim.colorscheme = "tokyonight-moon"
      -- lvim.colorscheme = "gruvbox-material"
      lvim.colorscheme = "habamax"
      
  • Rust fmt Setting()

  • zig-tools (lsp) will be applied.

    • Good

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages