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 = {
enable = true;
};
treesitter = {
enable = true;
nixvimInjections = true;
};
};
};
}

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = [ pkgs.radioboat ];
home.packages = [pkgs.radioboat];
xdg.configFile."radioboat/urls.csv".text = ''
url,"name"

View file

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