This commit is contained in:
Ivan Dimitrov 2023-08-27 14:15:33 +03:00
parent cab5525bf4
commit 704937fefd
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ local on_attach = function(client, bufnr)
nmap("<leader>ca", vim.lsp.buf.code_action)
nmap("<leader>lr", vim.lsp.buf.rename)
nmap("gd", vim.lsp.buf.definition)
nmap("<leader>l", function()
nmap("<leader>lf", function()
vim.lsp.buf.format()
end)
nmap("K", vim.lsp.buf.hover)

View File

@ -45,7 +45,7 @@
time.timeZone = "Europe/Sofia";
fonts.packages = with pkgs; [ nerdfonts noto-fonts ];
fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];
environment = {
systemPackages = with pkgs; [