Created
April 9, 2025 14:24
-
-
Save Raizan/2ce6b6ff17ef674a93fae4682d982093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("narukami") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("narukami.remap") | |
vim.wo.relativenumber = true | |
vim.wo.number = true | |
vim.wo.wrap = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim.g.mapleader = " " | |
vim.keymap.set("n", "<leader>pv", vim.cmd.Ex) | |
vim.keymap.set('n', '<Leader>/', ':noh<CR>', { noremap = true, silent = true }) |
Author
Raizan
commented
Apr 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment