neovim - all packages
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user