mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-03-30 23:02:20 -07:00
Add C-c
This commit is contained in:
@@ -5,3 +5,4 @@ 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
|
||||
vim.opt.wrap = true
|
||||
|
||||
Reference in New Issue
Block a user