Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jan 16, 2024
1 parent 894ce10 commit e9f6a4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/home-manager/terminal_environment/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
in {patchPhase = ''cp ${schemeFile} colors/base16-scheme.vim'';}
))

vimPlugins.nvim-lspconfig

# GitHub copilot integration
vimPlugins.copilot-vim

Expand All @@ -32,6 +30,9 @@
# Enhanced spelling and grammar checking
vimPlugins.vim-lexical

# Language server client
vimPlugins.nvim-lspconfig

# Provides tree based file explorer
vimPlugins.neo-tree-nvim

Expand Down

0 comments on commit e9f6a4a

Please sign in to comment.