2024-03-12 14:37:43 -04:00
|
|
|
{
|
|
|
|
|
enable = true;
|
|
|
|
|
config = {
|
2024-03-21 01:41:11 -04:00
|
|
|
colorScheme = "tomorrow-night";
|
2024-03-12 14:37:43 -04:00
|
|
|
numberLines = {
|
|
|
|
|
enable = true;
|
|
|
|
|
highlightCursor = true;
|
|
|
|
|
};
|
|
|
|
|
hooks = [
|
|
|
|
|
{
|
|
|
|
|
name = "BufSetOption";
|
|
|
|
|
option = "filetype=latex";
|
|
|
|
|
commands = ''
|
|
|
|
|
set-option buffer makecmd latexmk -pvc -pdf -e '$pdf_previewer="xdg-open %S"' -e '$pdflatex="pdflatex -interaction=nonstopmode -synctex=1 %O %S"' %opt{documentsrc}
|
|
|
|
|
'';
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
extraConfig = ''
|
|
|
|
|
eval %sh{kak-lsp --kakoune -s $kak_session}
|
|
|
|
|
lsp-enable
|
|
|
|
|
'';
|
|
|
|
|
}
|