Skip to content

Commit

Permalink
latex lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Toomoch committed May 29, 2024
1 parent f7f134d commit 3a92e9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions home/devtools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
kubectl
nixd
file
texliveFull
python311Packages.pygments
zathura
];
}
8 changes: 8 additions & 0 deletions home/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ in
gd = "definition";
gi = "implementation";
gt = "type_definition";
"<leader>ca" = {
action = "code_action";
};
};
diagnostic = {
"<leader>j" = "goto_next";
Expand All @@ -141,6 +144,11 @@ in
enable = true;
};
};
ltex = {
enable = true;
settings.language = "ca-ES";
};
texlab.enable = true;
dockerls.enable = true;
clangd = {
enable = true;
Expand Down
5 changes: 4 additions & 1 deletion home/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ in

};
input = {
"type:keyboard" = { xkb_layout = "es"; };
"type:keyboard" = {
xkb_layout = "es";
xkb_options = "caps:escape";
};

"type:touchpad" = {
natural_scroll = "enabled";
Expand Down

0 comments on commit 3a92e9c

Please sign in to comment.