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

  1. dots dots Public

    Code Smell Dotfiles

    Lua 207 20

  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 14 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

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…