1
0
Fork 0

Initial commit

This commit is contained in:
Xavier Moffett 2024-10-24 22:40:03 -04:00
commit efb531383d
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
14 changed files with 525 additions and 0 deletions

View file

@ -0,0 +1,21 @@
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.nu = false
vim.opt.relativenumber = true
vim.opt.wrap = false
vim.opt.termguicolors = true
vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.undofile = true
vim.g.moonflyNormalFloat = true
vim.g.moonflyTransparent = true
vim.g.moonflyUndercurls = false
vim.o.updatetime = 300
vim.o.incsearch = false
vim.lsp.buf.signature_help = true