neovim treesitter, formatting

This commit is contained in:
Aria Nolan 2024-02-13 20:09:30 -05:00
parent 48628c4934
commit c9c41d1d3f
6 changed files with 35 additions and 34 deletions

View file

@ -30,6 +30,10 @@
gitsigns = { gitsigns = {
enable = true; enable = true;
}; };
treesitter = {
enable = true;
nixvimInjections = true;
};
}; };
}; };
} }

View file

@ -1,6 +1,4 @@
{pkgs, ...}: {pkgs, ...}: let
let
rose-pine-vim = pkgs.vimUtils.buildVimPlugin { rose-pine-vim = pkgs.vimUtils.buildVimPlugin {
name = "rose-pine-vim"; name = "rose-pine-vim";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
@ -30,7 +28,6 @@ let
url = "http://ftp.vim.org/vim/runtime/spell/en.latin1.sug"; url = "http://ftp.vim.org/vim/runtime/spell/en.latin1.sug";
sha256 = "00ibcbj2b2krwd5zl9zl671db44k3fl59sz1yymb9ydkpkj9gpp6"; sha256 = "00ibcbj2b2krwd5zl9zl671db44k3fl59sz1yymb9ydkpkj9gpp6";
}; };
in { in {
programs.vim = { programs.vim = {
enable = true; enable = true;