some cleaning
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 6m52s
Build neovim image / build-neovim-arm64 (push) Successful in 29m37s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Maciej Lebiest 2025-05-25 19:21:46 +02:00
parent a939a809d7
commit d8b1b3c677
3 changed files with 10 additions and 12 deletions

View file

@ -11,12 +11,10 @@ ENV NEOVIM_PKGS="\
git \
neovim \
ripgrep \
fd-find \
npm \
ShellCheck \
tree-sitter-cli \
wl-clipboard \
python3-neovim \
ansible-config \
ansible \
libicu"

View file

@ -138,7 +138,7 @@ require("lazy").setup({
'nvim-telescope/telescope.nvim',
branch = 'master',
config = require('plugins.nvim-telescope').config,
dependencies = { 'nvim-lua/plenary.nvim' },
dependencies = { 'nvim-lua/plenary.nvim', "telescope-fzf-native.nvim" },
priority = 100
},
--{ 'BurntSushi/ripgrep' },

View file

@ -1,16 +1,16 @@
return function()
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = { "helm", "awk", "bash", "c", "cmake", "comment", "cpp",
ensure_installed = { "helm", "awk", "bash", "comment",
"css", "csv", "devicetree", "diff", "dockerfile", "git_config",
"git_rebase", "gitattributes", "gitcommit", "go", "graphql",
"hjson", "html", "htmldjango", "http", "ini", "java", "javascript",
"jsdoc", "json", "json5", "jsonc", "kconfig", "llvm",
"lua", "luadoc", "make", "markdown", "markdown_inline", "mermaid",
"nix", "passwd", "pem", "perl", "php", "php_only", "phpdoc",
"pod", "printf", "promql", "properties", "python",
"regex", "requirements", "ruby", "sql", "ssh_config", "strace",
"terraform", "toml", "typescript", "vim", "vimdoc", "xml", "yaml",
"git_rebase", "gitattributes", "gitcommit",
"html", "htmldjango", "http", "ini",
"json", "kconfig",
"lua", "luadoc", "markdown", "markdown_inline", "mermaid",
"perl",
"pod", "properties", "python",
"regex", "requirements", "ssh_config",
"toml", "vim", "vimdoc", "xml", "yaml",
},
-- Install parsers synchronously (only applied to `ensure_installed`)