Compare commits

...

2 commits

Author SHA1 Message Date
fa78805948 fixed 0.11 deprecations
Some checks are pending
Send submodule updates to parent repo / update (main) (push) Waiting to run
Send submodule updates to parent repo / update (tiling) (push) Waiting to run
2025-04-18 15:39:43 +02:00
96ede28493 lspconfig: setup zig 2025-04-18 15:39:04 +02:00
3 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ return {
theme = "dragon"
})
vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme kanagawa-dragon")
end
}

View file

@ -29,5 +29,6 @@ return {
filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue" },
})
lspconfig.volar.setup({})
lspconfig.zig.setup({})
end
}

View file

@ -1,4 +1,3 @@
vim.o.background = ""
vim.cmd("set number")
vim.cmd("set expandtab")
vim.cmd("set tabstop=2")