Skip to content

Instantly share code, notes, and snippets.

@micaelviana
Last active February 18, 2024 14:55
Show Gist options
  • Save micaelviana/30c6a8ba179a7a2bcc19b5aadcde3e22 to your computer and use it in GitHub Desktop.
Save micaelviana/30c6a8ba179a7a2bcc19b5aadcde3e22 to your computer and use it in GitHub Desktop.
Lunarvim config
-- Read the docs: https://www.lunarvim.org/docs/configuration
-- Video Tutorials: https://www.youtube.com/watch?v=sFA9kX-Ud_c&list=PLhoH5vyxr6QqGu0i7tt_XoVK9v-KvZ3m6
-- Forum: https://www.reddit.com/r/lunarvim/
-- Discord: https://discord.com/invite/Xb9B4Ny
vim.keymap.set({"n","v"},"s",":",{noremap=true,silent=false})
vim.keymap.set("n","\\z",":xa<cr>",{noremap=true,silent=true})
vim.opt.relativenumber=true
vim.api.nvim_create_user_command("WindowsCleaning",'%s/\r/',{})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment