mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
Add keymaps
This commit is contained in:
@@ -4,3 +4,4 @@ vim.opt.smarttab = true -- Enable smarttab
|
||||
vim.opt.expandtab = true -- Convert tabs to spaces
|
||||
vim.opt.smartindent = true -- Enable smart indentation
|
||||
vim.opt.autoindent = true -- Enable auto indentation
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
Reference in New Issue
Block a user