diff --git a/configuration.nix b/configuration.nix index 5c0095b..82f86cc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,8 +55,6 @@ inputs: let enableExtraDiagnostics = true; nim.enable = false; - elixir.enable = false; - nix.enable = true; markdown.enable = true; diff --git a/docs/manual/try-it-out.md b/docs/manual/try-it-out.md index 70aee50..bd8c69b 100644 --- a/docs/manual/try-it-out.md +++ b/docs/manual/try-it-out.md @@ -5,7 +5,6 @@ Below are the commands you may run to try out different configurations provided configurations are provided: - Nix -- Tidal - Maximal You may try out any of the provided configurations using the `nix run` command on a system where Nix is installed. @@ -22,7 +21,6 @@ once you garbage collect. ```console $ nix run github:notashelf/nvf#nix -$ nix run github:notashelf/nvf#tidal $ nix run github:notashelf/nvf#maximal ``` @@ -33,10 +31,6 @@ $ nix run github:notashelf/nvf#maximal `Nix` configuration by default provides LSP/diagnostic support for Nix alongisde a set of visual and functional plugins. By running `nix run .#`, which is the default package, you will build Neovim with this config. -#### Tidal {#sec-configs-tidal} - -Tidal is an alternative config that adds vim-tidal on top of the plugins from the Nix configuration. - #### Maximal {#sec-configs-maximal} `Maximal` is the ultimate configuration that will enable support for more commonly used language as well as additional diff --git a/flake.lock b/flake.lock index e706001..cd2a3ee 100644 --- a/flake.lock +++ b/flake.lock @@ -546,38 +546,6 @@ "type": "github" } }, - "plugin-elixir-ls": { - "flake": false, - "locked": { - "lastModified": 1713724318, - "narHash": "sha256-1kLMxznNRRJ7M10zkuWexA/sPFaN449M0SKUjLrnc8c=", - "owner": "elixir-lsp", - "repo": "elixir-ls", - "rev": "8486de473a219dcdb72408702f8d56d0227c7366", - "type": "github" - }, - "original": { - "owner": "elixir-lsp", - "repo": "elixir-ls", - "type": "github" - } - }, - "plugin-elixir-tools": { - "flake": false, - "locked": { - "lastModified": 1713617654, - "narHash": "sha256-pJgtW51FLs+Yr+tlQckRmGkRnSUQNI3fEROn3D51mMs=", - "owner": "elixir-tools", - "repo": "elixir-tools.nvim", - "rev": "3c4f8344a341818417b3d75c04eb96d894cb4640", - "type": "github" - }, - "original": { - "owner": "elixir-tools", - "repo": "elixir-tools.nvim", - "type": "github" - } - }, "plugin-fidget-nvim": { "flake": false, "locked": { @@ -1796,8 +1764,6 @@ "plugin-diffview-nvim": "plugin-diffview-nvim", "plugin-dracula": "plugin-dracula", "plugin-dressing-nvim": "plugin-dressing-nvim", - "plugin-elixir-ls": "plugin-elixir-ls", - "plugin-elixir-tools": "plugin-elixir-tools", "plugin-fidget-nvim": "plugin-fidget-nvim", "plugin-flutter-tools": "plugin-flutter-tools", "plugin-gesture-nvim": "plugin-gesture-nvim", diff --git a/flake.nix b/flake.nix index 3425add..d51617a 100644 --- a/flake.nix +++ b/flake.nix @@ -178,16 +178,6 @@ flake = false; }; - plugin-elixir-ls = { - url = "github:elixir-lsp/elixir-ls"; - flake = false; - }; - - plugin-elixir-tools = { - url = "github:elixir-tools/elixir-tools.nvim"; - flake = false; - }; - plugin-glow-nvim = { url = "github:ellisonleao/glow.nvim"; flake = false;