This commit is contained in:
Christian Nieves
2024-01-04 03:21:21 -06:00
parent 99aa469fc4
commit fbb093c9c4
6 changed files with 8 additions and 4 deletions

1
config/.config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
StardewValley

1
vim/.vim/lua/plugins/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gemini.lua

View File

@ -2,6 +2,7 @@ local use_google = require("utils").use_google
return {
-- "sindrets/diffview.nvim",
{ "johmsalas/text-case.nvim" },
{ "nvim-lua/plenary.nvim", lazy = false },
{ "nvim-tree/nvim-web-devicons", lazy = false },
{ "squk/java-syntax.vim", ft = "java" },

View File

@ -2,7 +2,7 @@ local use_google = require("utils").use_google
return {
{
"Exafunction/codeium.nvim",
commit = "b1ff0d6c993e3d87a4362d2ccd6c660f7444599f",
-- commit = "b1ff0d6c993e3d87a4362d2ccd6c660f7444599f",
event = "VeryLazy",
-- event = "InsertEnter",
cond = not use_google(),

View File

@ -69,9 +69,9 @@ return {
-- Godot
lspconfig.gdscript.setup({
flags = {
debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
},
-- flags = {
-- debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
-- },
})
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])

View File

@ -25,6 +25,7 @@ zplug "plugins/docker", from:oh-my-zsh;
zplug "plugins/rsync", from:oh-my-zsh;
zplug "plugins/safepaste", from:oh-my-zsh;
zplug "Tarrasch/zsh-autoenv" # Expects .autoenv.zsh or .autoenv_leave.zsh
zplug "zsh-users/zsh-syntax-highlighting", defer:2
zplug "mafredri/zsh-async", from:"github", use:"async.zsh"
zplug "zsh-users/zsh-autosuggestions"