summaryrefslogtreecommitdiff
path: root/home/neovim/filetype.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/neovim/filetype.nix')
-rw-r--r--home/neovim/filetype.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/home/neovim/filetype.nix b/home/neovim/filetype.nix
deleted file mode 100644
index cb47420..0000000
--- a/home/neovim/filetype.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-# This module configures various syntax/filetype plugins for Neovim.
-{pkgs, ...}: {
- programs.neovim.plugins = with pkgs;
- with vimPlugins; [
- # Filetype plugins
- nim-vim
- vim-nix
- vim-noweb
- vim-janet
- vim-crystal
- vim-svelte
- ];
-}