feat: Drop Go from neovim config

I am no longer interested in programming in the Go programming language
and prefer the holy trinity that is Nix, TypeScript, and Rust.
This commit is contained in:
Donovan Glover 2024-04-17 12:25:15 -04:00
parent 5097231e2a
commit ad97031749
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,9 +28,6 @@ in
gnumake gnumake
cmake cmake
go
gopls
nil nil
nixpkgs-fmt nixpkgs-fmt
nixfmt-rfc-style nixfmt-rfc-style
@ -111,11 +108,6 @@ in
indent_size = 4; indent_size = 4;
}; };
"*.go" = {
indent_style = "tab";
indent_size = 4;
};
"*.rs" = { "*.rs" = {
indent_style = "space"; indent_style = "space";
indent_size = 4; indent_size = 4;
@ -325,7 +317,6 @@ in
'nil_ls', 'nil_ls',
'rust_analyzer', 'rust_analyzer',
'marksman', 'marksman',
'gopls',
'lua_ls', 'lua_ls',
'html', 'html',
'clangd', 'clangd',