fix term
This commit is contained in:
parent
d8e37cdf92
commit
db45954236
6 changed files with 61 additions and 21 deletions
|
|
@ -49,7 +49,7 @@ in
|
|||
action = "<cmd>Lspsaga outline<cr>";
|
||||
}
|
||||
{
|
||||
key = "ga";
|
||||
key = "<leader>.";
|
||||
action = "<cmd>Lspsaga code_action<cr>";
|
||||
}
|
||||
];
|
||||
|
|
@ -355,7 +355,11 @@ in
|
|||
nvim-web-devicons
|
||||
];
|
||||
|
||||
extraConfigLua = builtins.readFile ./config.lua;
|
||||
extraConfigLua = ''
|
||||
require("render-markdown").setup {
|
||||
latex_converter = '${pkgs.python312Packages.pylatexenc}/bin/latex2text',
|
||||
}
|
||||
'' + (builtins.readFile ./config.lua);
|
||||
|
||||
opts = {
|
||||
lazyredraw = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue