Skip to content

Instantly share code, notes, and snippets.

@Raizan
Created April 9, 2025 14:24
Show Gist options
  • Save Raizan/2ce6b6ff17ef674a93fae4682d982093 to your computer and use it in GitHub Desktop.
Save Raizan/2ce6b6ff17ef674a93fae4682d982093 to your computer and use it in GitHub Desktop.
require("narukami")
require("narukami.remap")
vim.wo.relativenumber = true
vim.wo.number = true
vim.wo.wrap = true
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)
vim.keymap.set('n', '<Leader>/', ':noh<CR>', { noremap = true, silent = true })
@Raizan
Copy link
Author

Raizan commented Apr 9, 2025

lua
 |_ narukami
     |_ init.lua
     |_ remap.lua
init.lua

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment