This commit is contained in:
Till 2026-03-23 01:12:56 +01:00
parent 48f66e6227
commit 030e459540
9 changed files with 467 additions and 70 deletions

View file

@ -31,7 +31,7 @@
cmp-path
{
plugin = fugitive;
plugin = vim-fugitive;
type = "lua";
config = ''
vim.api.nvim_set_keymap("n", "<Leader>g", ":Git<CR>", { noremap = true, silent = true })
@ -68,7 +68,7 @@
}
{
plugin = goyo;
plugin = goyo-vim;
config = ''
nnoremap <silent> yog :Goyo<CR>
nnoremap <silent> [og :Goyo 80<return>
@ -135,13 +135,12 @@
'';
}
{
plugin = papercolor-theme;
config = ''
set background=light
colorscheme PaperColor
'';
}
# {
# plugin = papercolor-theme;
# config = ''
# colorscheme PaperColor
# '';
# }
quarto-nvim
typescript-vim