mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +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
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user