chore: remove unused files

This commit is contained in:
Glen Goodwin 2023-11-10 23:55:02 -05:00
parent 9784f4bd54
commit 0c3d194875
7 changed files with 0 additions and 105 deletions

View file

@ -1,15 +0,0 @@
theme = "onedark"
[editor]
line-number = "relative"
mouse = true
auto-completion = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false

View file

@ -1,21 +0,0 @@
{pkgs, ...}: {
programs = {
helix = {enable = true;};
};
xdg.configFile = {"helix/config.toml".source = ./config.toml;};
home.packages = with pkgs; [
pyright
nil
taplo
yaml-language-server
terraform-ls
lua-language-server
rust-analyzer
nixfmt
nodePackages_latest.bash-language-server
nodePackages_latest.typescript-language-server
python311Packages.python-lsp-server
];
}