mostly dotfiles
This commit is contained in:
parent
b4b1f4a63f
commit
28e84d34df
30 changed files with 180 additions and 289 deletions
|
|
@ -69,6 +69,7 @@
|
|||
|
||||
{
|
||||
plugin = goyo-vim;
|
||||
type = "viml";
|
||||
config = ''
|
||||
nnoremap <silent> yog :Goyo<CR>
|
||||
nnoremap <silent> [og :Goyo 80<return>
|
||||
|
|
@ -77,6 +78,7 @@
|
|||
}
|
||||
{
|
||||
plugin = limelight-vim;
|
||||
type = "viml";
|
||||
config = ''
|
||||
set termguicolors
|
||||
let g:limelight_conceal_ctermfg = 'darkgray'
|
||||
|
|
@ -97,6 +99,7 @@
|
|||
|
||||
{
|
||||
plugin = nvim-colorizer-lua;
|
||||
type = "viml";
|
||||
config = "lua require 'colorizer'.setup()";
|
||||
}
|
||||
|
||||
|
|
@ -135,20 +138,22 @@
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = catppuccin-nvim;
|
||||
config = ''
|
||||
colorscheme catppuccin-nvim
|
||||
'';
|
||||
}
|
||||
|
||||
# {
|
||||
# plugin = papercolor-theme;
|
||||
# plugin = catppuccin-nvim;
|
||||
# type = "viml";
|
||||
# config = ''
|
||||
# colorscheme PaperColor
|
||||
# colorscheme catppuccin-nvim
|
||||
# '';
|
||||
# }
|
||||
|
||||
{
|
||||
plugin = papercolor-theme;
|
||||
type = "viml";
|
||||
config = ''
|
||||
colorscheme PaperColor
|
||||
'';
|
||||
}
|
||||
|
||||
quarto-nvim
|
||||
typescript-vim
|
||||
|
||||
|
|
@ -164,6 +169,7 @@
|
|||
|
||||
{
|
||||
plugin = vim-astro;
|
||||
type = "viml";
|
||||
config = ''
|
||||
let g:astro_typescript = 'enable'
|
||||
'';
|
||||
|
|
@ -173,30 +179,29 @@
|
|||
|
||||
{
|
||||
plugin = vim-easy-align;
|
||||
type = "viml";
|
||||
config = ''
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
nmap ga <Plug>(EasyAlign)
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vim-fish;
|
||||
}
|
||||
|
||||
vim-fish
|
||||
vim-nix
|
||||
|
||||
{
|
||||
plugin = vim-pandoc;
|
||||
config = ''
|
||||
let g:pandoc#modules#disabled = ["completion", "command", "menu"]
|
||||
'';
|
||||
}
|
||||
# {
|
||||
# plugin = vim-pandoc;
|
||||
# config = ''
|
||||
# let g:pandoc#modules#disabled = ["completion", "command", "menu"]
|
||||
# '';
|
||||
# }
|
||||
|
||||
vim-pandoc-syntax
|
||||
vim-repeat
|
||||
|
||||
{
|
||||
plugin = vim-slime;
|
||||
type = "viml";
|
||||
config = ''
|
||||
let g:slime_target = "tmux"
|
||||
let g:slime_default_config = {"socket_name": get(split($TMUX, ","), 0), "target_pane": ":.2"}
|
||||
|
|
@ -215,6 +220,7 @@
|
|||
|
||||
{
|
||||
plugin = vim-unimpaired;
|
||||
type = "viml";
|
||||
config = ''
|
||||
nnoremap =p <Nop>
|
||||
nnoremap =P <Nop>
|
||||
|
|
@ -224,6 +230,7 @@
|
|||
|
||||
{
|
||||
plugin = vimwiki;
|
||||
type = "viml";
|
||||
config = ''
|
||||
let g:vimwiki_list = [ { 'path': '~/notes/', 'syntax': 'markdown', 'ext': '.md' } ]
|
||||
nnoremap <Leader>wt <Nop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue