diff --git a/data/fd/.ignore b/data/fd/.ignore index db1029a..96c6eb3 100644 --- a/data/fd/.ignore +++ b/data/fd/.ignore @@ -21,5 +21,11 @@ mock # Python venv +# Java +*.class + +# Wild chaos +*.out + # Personal Homework diff --git a/data/nvim/init.lua b/data/nvim/init.lua index dbd9b9a..8efd8de 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -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 diff --git a/scripts/macports_init.sh b/scripts/macports_init.sh index 9ca7fc4..3d6cc3b 100755 --- a/scripts/macports_init.sh +++ b/scripts/macports_init.sh @@ -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