Compare commits
No commits in common. "56bb68002f3f8abfce8e5d428b42e6fd2b701e0d" and "becf5bff55ce54eb06bf1d3d9331c91db94e9ba2" have entirely different histories.
56bb68002f
...
becf5bff55
5 changed files with 0 additions and 20 deletions
|
|
@ -131,7 +131,6 @@
|
|||
zig
|
||||
elixir
|
||||
gleam
|
||||
dotnet-sdk
|
||||
delta # git diff viewer
|
||||
tlrc # tldr rust client
|
||||
shellcheck
|
||||
|
|
|
|||
|
|
@ -105,12 +105,6 @@ if nixCats("lang.java.lsp") then
|
|||
}
|
||||
end
|
||||
|
||||
if nixCats("lang.csharp.lsp") then
|
||||
servers.roslyn_ls = {
|
||||
settings = {},
|
||||
}
|
||||
end
|
||||
|
||||
if nixCats("lang.protobuf.lsp") then
|
||||
servers.buf_ls = {
|
||||
settings = {},
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ return {
|
|||
return formatters
|
||||
end)(),
|
||||
haskell = nixCats("lang.haskell.format") and { "ormolu" } or nil,
|
||||
csharp = nixCats("lang.csharp.format") and { "csharpier" } or nil,
|
||||
proto = nixCats("lang.protobuf.format") and { "buf" } or nil,
|
||||
toml = nixCats("lang.toml.format") and { "taplo" } or nil,
|
||||
sql = nixCats("lang.sql.format") and { "sqlfluff" } or nil,
|
||||
|
|
|
|||
|
|
@ -94,14 +94,6 @@ in {
|
|||
];
|
||||
# TODO: needs formatter field
|
||||
};
|
||||
csharp = {
|
||||
lsp = [
|
||||
roslyn-ls
|
||||
];
|
||||
format = [
|
||||
csharpier
|
||||
];
|
||||
};
|
||||
protobuf = {
|
||||
lsp = [buf];
|
||||
format = [buf];
|
||||
|
|
@ -309,9 +301,6 @@ in {
|
|||
java.lsp = true;
|
||||
java.format = true;
|
||||
|
||||
csharp.lsp = true;
|
||||
csharp.format = true;
|
||||
|
||||
protobuf.lsp = true;
|
||||
protobuf.format = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
callTimer.enable = false; # broken rn
|
||||
fixYoutubeEmbeds.enable = true;
|
||||
fixSpotifyEmbeds.enable = true;
|
||||
ClearURLs.enable = true;
|
||||
tidalEmbeds.enable = true;
|
||||
youtubeAdblock.enable = true;
|
||||
followVoiceUser.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue