From b6c6a2ebac4c722065e935e386c13467b61b65e0 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 14 Jan 2024 23:06:40 +0100 Subject: [PATCH] feat: add vim-go plugin to neovim --- modules/terminal-life/nvim/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/terminal-life/nvim/default.nix b/modules/terminal-life/nvim/default.nix index a0128c01..5d5a9a89 100644 --- a/modules/terminal-life/nvim/default.nix +++ b/modules/terminal-life/nvim/default.nix @@ -111,6 +111,9 @@ in { # Search functionality behind :Ack ack-vim + # Go development + vim-go + # The status bar in the bottom of the screen with the mode indication and file location vim-airline