diff options
author | Linnnus <[email protected]> | 2023-09-14 17:30:09 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-14 17:31:35 +0200 |
commit | 3313983c0788b7fa0f960df7bccccafe3fe03005 (patch) | |
tree | 9e41a5582c46b1985479ea6b23e2b2881361ec25 /home/neovim/default.nix | |
parent | 935ad9551eecab0bfecacd94dbc0942e86eb857e (diff) |
Add completion to neovim
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 5ba4340..ccf6dc5 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -7,6 +7,7 @@ [ ./lsp.nix ./filetype.nix + ./completion.nix ./plugins.nix ]; |