nsmosi / dots

Code Smell Dotfiles

Home Page:https://www.youtube.com/CodeSmell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim version Lua

NeoNews:

RustyNews:

Public version of Code Smell dotfiles

Current Setup

Last Updated: 03-Dec-2021 or more recently.

  • Neovim - Important Note: these Dotfiles target bleeding edge Neovim APIs. I try to update these runtime files as soon as the Neovim team pushes changes (including & especially breaking) to their master branch and I pull the latest.
    • I usually pull the latest a few times per week or if I see that a particularly juicy PR has landed. I do test Neovim feature branches. But, only code that works with Neovim → master will be pushed to this repo. Neovim 0.6.0 should work with most of what you see here.
    • However, a lot of API changes are coming out of Neovim on the 0.6 track (master). So, I'd recommend using Neovim Nightly to use all the goodness in these Dotfiles. Or, building from source - Code Smell video instructions. It's unlikely that I am more than a day or 2 behind.
    • The Neovim commit that I am on: NVIM v0.7.0-dev+665-g4e352ecc4
      • Theme: codesmell_dark
        • Telescope, nvim-cmp, GitSigns, many other plugins and builtins are colored from this theme using Treesitter 🌲
      • Config: Lua
      • Package Management: Packer
      • Featuring: Telescope 🔭, gitsigns, nvim-cmp, Treesitter and all the LSP goodness
  • Rust
  • Alacritty and 2 iTerm Hotkey Windows
  • Zsh

I update my private Dotfiles on a regular basis. They're in a private repo. However, I try to keep these up-to-date. Use Git's history to look at files as they were in the past. If you are looking for a file that is not here anymore, please look through the Git history. Call me out in the comments if you see something that isn't in this repo.

The gitsigns map that will make your life better:

-- toogle virtual current line blame → <leader>hb for Full line blame
key_map("n", ",tb", [[<Cmd>lua require'gitsigns'.toggle_current_line_blame()<CR>]], { noremap = true, silent = true })

https://git.io/CodeSmell

About

Code Smell Dotfiles

https://www.youtube.com/CodeSmell

License:MIT License


Languages

Language:Lua 60.1%Language:Shell 18.6%Language:JavaScript 18.0%Language:Vim Script 3.0%Language:AppleScript 0.2%