GithubHelp home page GithubHelp logo

pdckxd / dots Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whatsthatsmell/dots

0.0 0.0 0.0 741 KB

The public version of my dotfiles

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

License: MIT License

Shell 18.88% Lua 57.96% AppleScript 0.19% JavaScript 19.51% Vim Script 3.46%

dots's Introduction

Neovim version Lua

Public version of Code Smell dotfiles

News:

virtual vim conf live October 29th/30th is almost here. Click the link to see the agenda and register. It's free! Tons of scheduled goodness!

Current Setup

(Last Updated 20-Oct-2021 or more recently. I always forget to update this. Look at the GitHub dates ๐Ÿ˜ƒ):

  • 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.5 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.
    • I will do my best to indicate the Neovim commit that I am on. Expect to start seeing something like NVIM v0.6.0-dev+493-g035d82e0d here or within the commit message or in a source file comment.
      • Theme: codesmell_dark
      • Config: Lua
      • Package Management: Packer
      • Notable Plugins: Telescope ๐Ÿ”ญ, gitsigns and nvim-cmp
  • Alacritty and an iTerm Hotkey Window
  • Zsh

I update my dot files on a fairly regular basis. Usually small changes. 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 Neovim command that you need if you love to work on your configs (you know you do) is:

-- The greatest neovim command ever (other than :Telescope).
-- https://github.com/nvim-treesitter/playground#show-treesitter-and-syntax-highlight-groups-under-the-cursor
vim.api.nvim_set_keymap("n", ",t", ":TSHighlightCapturesUnderCursor<CR>", { noremap = true, silent = true })

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.