Skip to content
@whatsthatsmell

Code Smell

Neovim, Lua and Rust smell so good!

YouTube YouTubeSubs Neovim Rust Lua Brave

The Official Organization of Code Smell 💩

RustyNews:

NeoNews:


Some Lua key mapping goodness for your Neovim config:

-- Replace word under cursor in Buffer (case-sensitive)
-- nmap <leader>sr :%s/<C-R><C-W>//gI<left><left><left>
vim.api.nvim_set_keymap("n", "<leader>sr", ":%s/<C-R><C-W>//gI<left><left><left>", { noremap = false })

-- Replace word under cursor on Line (case-sensitive)
-- nmap <leader>sl :s/<C-R><C-W>//gI<left><left><left>
vim.api.nvim_set_keymap("n", "<leader>sl", ":s/<C-R><C-W>//gI<left><left><left>", { noremap = false })

Neovim Telescope is the superpower you need: https://git.io/telescope999 🔭

Proud Sponsor of Neovim

Sponsor us by clicking the Sponsor button above or at https://paypal.me/CodeSmell

Pinned Loading

  1. dots dots Public

    Code Smell Dotfiles

    Lua 208 19

  2. q-note q-note Public

    qn (quick note) is a simple, fast and user-friendly way to save notes 🦀⚙️

    Rust 3

  3. codesmell_dark.vim codesmell_dark.vim Public

    CodeSmell's Neovim Theme 💩

    Vim Script 13 1

  4. neovim neovim Public

    Forked from neovim/neovim

    Vim-fork focused on extensibility and usability

    Vim Script 1

  5. gql_resolvers_data_sources gql_resolvers_data_sources Public

    Extending the data source and adding new resolvers with TDD

    JavaScript

  6. UT_GQL_DataSource UT_GQL_DataSource Public template

    Unit Testing a GraphQL DataSource

    JavaScript

Repositories

Showing 10 of 13 repositories
  • codesmell_dark.vim Public

    CodeSmell's Neovim Theme 💩

    whatsthatsmell/codesmell_dark.vim’s past year of commit activity
    Vim Script 13 MIT 1 0 0 Updated Mar 17, 2023
  • dots Public

    Code Smell Dotfiles

    whatsthatsmell/dots’s past year of commit activity
    Lua 208 MIT 19 1 0 Updated Mar 16, 2023
  • gql_resolvers_data_sources Public

    Extending the data source and adding new resolvers with TDD

    whatsthatsmell/gql_resolvers_data_sources’s past year of commit activity
    JavaScript 0 MIT 0 2 31 Updated Mar 5, 2023
  • .github Public

    The Official Organization of Code Smell

    whatsthatsmell/.github’s past year of commit activity
    0 0 0 0 Updated Jan 27, 2023
  • tdd_resolvers Public template

    Unit Testing GraphQL Resolvers in Node.js with TDD

    whatsthatsmell/tdd_resolvers’s past year of commit activity
    JavaScript 3 MIT 4 0 24 Updated Jan 16, 2023
  • gql_schema_design Public template

    Building out our schema to include team data

    whatsthatsmell/gql_schema_design’s past year of commit activity
    JavaScript 0 MIT 0 2 32 Updated Jan 6, 2023
  • UT_GQL_DataSource Public template

    Unit Testing a GraphQL DataSource

    whatsthatsmell/UT_GQL_DataSource’s past year of commit activity
    JavaScript 0 MIT 0 0 29 Updated Jan 6, 2023
  • q-note Public

    qn (quick note) is a simple, fast and user-friendly way to save notes 🦀⚙️

    whatsthatsmell/q-note’s past year of commit activity
    Rust 3 MIT 0 0 0 Updated Aug 2, 2022
  • neovim Public Forked from neovim/neovim

    Vim-fork focused on extensibility and usability

    whatsthatsmell/neovim’s past year of commit activity
    Vim Script 1 5,792 0 1 Updated Jul 30, 2022
  • compe-graphql-schema Public

    GraphQL schema completion source for nvim-compe

    whatsthatsmell/compe-graphql-schema’s past year of commit activity
    Lua 8 0 0 0 Updated Sep 8, 2021

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…