diff options
author | Linnnus <[email protected]> | 2024-07-15 13:07:07 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-07-15 13:07:07 +0200 |
commit | 057ec744642107e9054b799b792d13247ff4a4d4 (patch) | |
tree | 2ee80ba8d5e691383208a322fbd5690cbf85be1e /hosts/muhammed/home/neovim/default.nix | |
parent | 1f42daa6834120f9fc152835e7cd3474a9ecd820 (diff) |
muhammed: Disable conjure Neovim plugin
Conjure keeps getting in my way because it pops up when it isn't wanted
and rebinds my keys.
Diffstat (limited to 'hosts/muhammed/home/neovim/default.nix')
-rw-r--r-- | hosts/muhammed/home/neovim/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/muhammed/home/neovim/default.nix b/hosts/muhammed/home/neovim/default.nix index 905896c..bba50be 100644 --- a/hosts/muhammed/home/neovim/default.nix +++ b/hosts/muhammed/home/neovim/default.nix @@ -3,6 +3,5 @@ {...}: { imports = [ ./lsp.nix - ./conjure.nix ]; } |