making progress

This commit is contained in:
Bryan Ramos 2023-06-06 23:30:57 -04:00
parent 2b0f6849b6
commit 85d91ffe3f
4 changed files with 3 additions and 117 deletions

View file

@ -1,10 +1,9 @@
''
lua << EOF
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.o.guicursor = \'\'
vim.o.clipboard = "unnamedplus"
vim.o.foldmethod = "indent"
@ -122,5 +121,4 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagn
require("notify").setup({
background_colour = "#000000",
})
EOF
''
''