chore: ignore java class

main
sudo pacman -Syu 2023-06-02 23:43:22 +07:00
parent f75123f43d
commit 1cc9a237f2
3 changed files with 12 additions and 3 deletions

View File

@ -21,5 +21,11 @@ mock
# Python
venv
# Java
*.class
# Wild chaos
*.out
# Personal
Homework

View File

@ -74,15 +74,18 @@ vim.g.go_doc_popup_window = 1
-- Use plugin copilot
vim.g.copilot_filetypes = {
["*"] = false,
c = true,
cpp = true,
go = true,
java = true,
json = true,
lua = true,
make = true,
markdown = true,
proto = true,
python = true,
toml = true,
yaml = true,
markdown = true,
}
-- https://github.com/wbthomason/packer.nvim

View File

@ -2,5 +2,5 @@
port install \
git neovim \
fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task gdu duf nnn imagemagick ffmpegthumbnailer \
android-platform-tools scrcpy
fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task gdu duf \
nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy