Update everything and add light theme modifications for kanagawa

This commit is contained in:
Fabian Schmidt
2024-08-13 07:47:26 +02:00
parent e777391307
commit 11763243dc
4 changed files with 48 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ local lsp_attach = function(client, buf)
vim.api.nvim_buf_set_option(buf, "omnifunc", "v:lua.vim.lsp.omnifunc")
vim.api.nvim_buf_set_option(buf, "tagfunc", "v:lua.vim.lsp.tagfunc")
vim.lsp.inlay_hint.enable(buf, true)
vim.lsp.inlay_hint.enable(true, nil)
local bufopts = { noremap = true, silent = true, buffer = buf }
vim.keymap.set('n', 'gD', vim.lsp.buf.declaration, bufopts)
@@ -113,7 +113,8 @@ return {
},
{
'mrcjkb/rustaceanvim',
version = "^3",
version = "^4",
lazy = false,
ft = { "rust" },
config = function()
vim.g.rustaceanvim = {