nixvim plugins
install all currently wanted plugins
This commit is contained in:
15
home/programs/nixvim/plugins/typst-vim.nix
Normal file
15
home/programs/nixvim/plugins/typst-vim.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
|
||||
# TODO: conceal does not work
|
||||
{
|
||||
programs.nixvim.plugins.typst-vim = {
|
||||
enable = true;
|
||||
lazyLoad.settings.filetypes = [ "typst" ];
|
||||
|
||||
settings = {
|
||||
conceal = 1;
|
||||
conceal_math = 1;
|
||||
conceal_emoji = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user