neovim - all packages

This commit is contained in:
2024-03-02 18:14:05 +01:00
parent 8b8d9fd9b5
commit a5c009d449
26 changed files with 536 additions and 85 deletions

View File

@@ -21,21 +21,88 @@ in {
withPython3 = true;
plugins = with pkgs.vimPlugins; [
# Plugin-Manager
lazy-nvim
# Theme
bufferline-nvim
catppuccin-nvim
# Obsidian
obsidian-nvim
plenary-nvim
telescope-nvim
cmp-buffer#
cmp-conjure#
cmp-nvim-lua#
cmp-path#
cmp_luasnip#
comment-nvim#
conform-nvim
conjure
dropbar-nvim
friendly-snippets#
lazy-nvim#
lean-nvim
leap-nvim
lspkind-nvim#
lualine-lsp-progress#
lualine-nvim
luasnip#
markdown-preview-nvim
neoconf-nvim#
neodev-nvim#
neoscroll-nvim
nvim-autopairs
nvim-cmp
nvim-lspconfig
nvim-surround
nvim-tree-lua
nvim-treesitter.withAllGrammars
nvim-treesitter-textobjects
nvim-ts-context-commentstring
nvim-web-devicons#
obsidian-nvim
oil-nvim
plenary-nvim
rainbow-delimiters-nvim#
telescope-fzf-native-nvim
telescope-nvim
vimtex
which-key-nvim
];
extraPackages = with pkgs; [
ripgrep
fd
codespell
prettierd
# Lua
lua-language-server
stylua
# Haskell
haskell-language-server
ghc
stack
cabal-install
haskellPackages.fourmolu
# Lean
lean4
# Python
ruff-lsp
nodePackages.pyright
isort
python311Packages.autopep8
# LaTeX
texliveFull
texlab
xdotool
pplatex
neovim-remote
# Nix
nixd
nixfmt
# Rust
rust-analyzer
# Bash
nodePackages.bash-language-server
shellcheck
shellharden
# sh
shfmt
# Scheme
chez
];
extraLuaConfig = ''