p
This commit is contained in:
1
config/.config/.gitignore
vendored
Normal file
1
config/.config/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
StardewValley
|
1
vim/.vim/lua/plugins/.gitignore
vendored
Normal file
1
vim/.vim/lua/plugins/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
gemini.lua
|
@ -2,6 +2,7 @@ local use_google = require("utils").use_google
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
-- "sindrets/diffview.nvim",
|
-- "sindrets/diffview.nvim",
|
||||||
|
{ "johmsalas/text-case.nvim" },
|
||||||
{ "nvim-lua/plenary.nvim", lazy = false },
|
{ "nvim-lua/plenary.nvim", lazy = false },
|
||||||
{ "nvim-tree/nvim-web-devicons", lazy = false },
|
{ "nvim-tree/nvim-web-devicons", lazy = false },
|
||||||
{ "squk/java-syntax.vim", ft = "java" },
|
{ "squk/java-syntax.vim", ft = "java" },
|
||||||
|
@ -2,7 +2,7 @@ local use_google = require("utils").use_google
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"Exafunction/codeium.nvim",
|
"Exafunction/codeium.nvim",
|
||||||
commit = "b1ff0d6c993e3d87a4362d2ccd6c660f7444599f",
|
-- commit = "b1ff0d6c993e3d87a4362d2ccd6c660f7444599f",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
-- event = "InsertEnter",
|
-- event = "InsertEnter",
|
||||||
cond = not use_google(),
|
cond = not use_google(),
|
||||||
|
@ -69,9 +69,9 @@ return {
|
|||||||
|
|
||||||
-- Godot
|
-- Godot
|
||||||
lspconfig.gdscript.setup({
|
lspconfig.gdscript.setup({
|
||||||
flags = {
|
-- flags = {
|
||||||
debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
|
-- debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
|
||||||
},
|
-- },
|
||||||
})
|
})
|
||||||
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
|
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
|
||||||
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])
|
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])
|
||||||
|
@ -25,6 +25,7 @@ zplug "plugins/docker", from:oh-my-zsh;
|
|||||||
zplug "plugins/rsync", from:oh-my-zsh;
|
zplug "plugins/rsync", from:oh-my-zsh;
|
||||||
zplug "plugins/safepaste", 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 "zsh-users/zsh-syntax-highlighting", defer:2
|
||||||
zplug "mafredri/zsh-async", from:"github", use:"async.zsh"
|
zplug "mafredri/zsh-async", from:"github", use:"async.zsh"
|
||||||
zplug "zsh-users/zsh-autosuggestions"
|
zplug "zsh-users/zsh-autosuggestions"
|
||||||
|
Reference in New Issue
Block a user