Add files via upload

This commit is contained in:
Vibhor Jain 2024-05-18 21:17:16 +01:00 committed by GitHub
parent 5aeddfdd5d
commit bf13999f9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 242 additions and 91 deletions

View file

@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
vim.wo.relativenumber = true
vim.opt.guicursor = "n-v-i-c:block-Cursor"
return {}