mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01:00
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:
parent
5097231e2a
commit
ad97031749
@ -28,9 +28,6 @@ in
|
||||
gnumake
|
||||
cmake
|
||||
|
||||
go
|
||||
gopls
|
||||
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
@ -111,11 +108,6 @@ in
|
||||
indent_size = 4;
|
||||
};
|
||||
|
||||
"*.go" = {
|
||||
indent_style = "tab";
|
||||
indent_size = 4;
|
||||
};
|
||||
|
||||
"*.rs" = {
|
||||
indent_style = "space";
|
||||
indent_size = 4;
|
||||
@ -325,7 +317,6 @@ in
|
||||
'nil_ls',
|
||||
'rust_analyzer',
|
||||
'marksman',
|
||||
'gopls',
|
||||
'lua_ls',
|
||||
'html',
|
||||
'clangd',
|
||||
|
Loading…
Reference in New Issue
Block a user