feat: add emmet.nvim and ts-autotag
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
./codesnap.nix
|
./codesnap.nix
|
||||||
|
./emmet.nix
|
||||||
./rustaceanvim.nix
|
./rustaceanvim.nix
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
./toggleterm.nix
|
./toggleterm.nix
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
quickmath.enable = true;
|
quickmath.enable = true;
|
||||||
render-markdown.enable = true;
|
render-markdown.enable = true;
|
||||||
treesj.enable = true;
|
treesj.enable = true;
|
||||||
|
ts-autotag.enable = true;
|
||||||
visual-multi.enable = true;
|
visual-multi.enable = true;
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
yazi.enable = true;
|
yazi.enable = true;
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.emmet = {
|
||||||
|
enable = true;
|
||||||
|
settings.leader = "<C-Y>";
|
||||||
|
settings.mode = "a";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user