1
0
Fork 0

module(neovim): update plugins

This commit is contained in:
Antoine Langlois 2024-03-30 17:00:01 +01:00
parent 07f2e61192
commit e2c05d6bbc
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
3 changed files with 6 additions and 3 deletions

View File

@ -99,6 +99,10 @@ in
key = "<leader>c";
lua = true;
}
{
action = "<cmd>lua vim.lsp.buf.format()<cr>";
key = "<leader>s";
}
];
plugins = {
diffview.enable = true;

View File

@ -13,7 +13,6 @@
{ name = "path"; }
{ name = "buffer"; }
{ name = "copilot"; }
{ name = "crates"; }
{ name = "cmdline"; }
];
completion = {

View File

@ -12,8 +12,8 @@
ruff-lsp.enable = true;
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
installCargo = false;
installRustc = false;
};
svelte.enable = true;
tailwindcss.enable = true;