Git Product home page Git Product logo

lvim-config_gy_tabby_ai_macossetting's Introduction

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

lvim-config_gy_tabby_ai_macossetting's People

Contributors

younghakim7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.