chore: ignore java class
parent
f75123f43d
commit
1cc9a237f2
|
@ -21,5 +21,11 @@ mock
|
|||
# Python
|
||||
venv
|
||||
|
||||
# Java
|
||||
*.class
|
||||
|
||||
# Wild chaos
|
||||
*.out
|
||||
|
||||
# Personal
|
||||
Homework
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue