2 files + 8 − 5 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 lua/config/keymaps.lua +3 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,6 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de -- Peek vim.keymap.set("n", "<leader>mp", "<cmd>PeekOpen<CR>") -- Quarto vim.keymap.set("n", "<leader>qp", "<cmd>QuartoPreview<CR>") lua/plugins/rose-pine.lua +5 −5 Original line number Diff line number Diff line Loading @@ -57,15 +57,15 @@ return { NormalFloat = { bg = 'none' }, FloatBorder = { bg = 'none', fg = 'iris' }, TelescopeBorder = { fg = 'iris' fg = 'foam' }, -- TelescopeNormal = { bg = 'none' }, TelescopeBorder = { fg = 'foam' }, Visual = { reverse = true }, ColorColumn = { bg = 'rose' }, ColorColumn = { bg = 'muted' }, -- Blend colours against the "base" background CursorLine = { bg = 'foam', blend = 10 }, Loading
lua/config/keymaps.lua +3 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,6 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de -- Peek vim.keymap.set("n", "<leader>mp", "<cmd>PeekOpen<CR>") -- Quarto vim.keymap.set("n", "<leader>qp", "<cmd>QuartoPreview<CR>")
lua/plugins/rose-pine.lua +5 −5 Original line number Diff line number Diff line Loading @@ -57,15 +57,15 @@ return { NormalFloat = { bg = 'none' }, FloatBorder = { bg = 'none', fg = 'iris' }, TelescopeBorder = { fg = 'iris' fg = 'foam' }, -- TelescopeNormal = { bg = 'none' }, TelescopeBorder = { fg = 'foam' }, Visual = { reverse = true }, ColorColumn = { bg = 'rose' }, ColorColumn = { bg = 'muted' }, -- Blend colours against the "base" background CursorLine = { bg = 'foam', blend = 10 }, Loading