Giter Club home page Giter Club logo

dots's Introduction

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

dots's People

Contributors

joelpalmer 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.