changes
This commit is contained in:
parent
48f66e6227
commit
030e459540
9 changed files with 467 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue