mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
making progress
This commit is contained in:
parent
2b0f6849b6
commit
85d91ffe3f
4 changed files with 3 additions and 117 deletions
|
|
@ -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
|
||||
''
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue