feat: upgrade ide deps/utilities/runtimes (#96)

1. Set `kickstart` to latest commit
2. Upgrade `mise` utilities
   * `bitwarden from 2024.7.2 to 2024.9.0
   * `circleci-cli from 0.1.30549 to 0.1.30995
   * `ctlptl from 0.8.31 to 0.8.34
   * `dagger from 0.12.5 to 0.13.5
   * `eksctl from 0.188.0 to 0.193.0
   * `eza from 0.19.0 to 0.20.4
   * `fzf from 0.53.0 to 0.55.0
   * `k3d` from 5.7.3 to 5.7.4
   * `kubie from 0.23.1 to 0.24.0
   * `lefthook from 1.7.13 to 1.8.0
   * `ripgrep from 14.1.0 to 14.1.1
   * `starship from 1.20.1 to 1.21.1
   * `task from 3.38.0 to 3.39.2
   * `tilt from 0.33.19 to 0.33.20
   * `usage from 0.3.0 to 0.11.0
   * `usql from 0.19.3 to 0.19.4
   * `zoxide from 0.9.4 to 0.9.6
3. Add `github-cli`
4. Improve `tmux` and `tmuxp` config

Reviewed-on: #96
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2024-10-22 19:02:18 +00:00
committed by João Paulo Dubas
parent af3857f5bb
commit 1a1d48c95b
5 changed files with 30 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/init.lua b/init.lua
index ea86b79..93250ab 100644
index ea86b79..7323a7f 100644
--- a/init.lua
+++ b/init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
@@ -39,7 +39,7 @@ index ea86b79..93250ab 100644
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`
@@ -618,6 +626,28 @@ require('lazy').setup({
@@ -618,6 +626,27 @@ require('lazy').setup({
-- ts_ls = {},
--
@@ -55,7 +55,6 @@ index ea86b79..93250ab 100644
+ gopls = {},
+ helm_ls = {},
+ html = { filetypes = { 'html', 'twig', 'hbs' } },
+ htmx = {},
+ jsonls = {
+ settings = {
+ json = {
@@ -68,12 +67,11 @@ index ea86b79..93250ab 100644
lua_ls = {
-- cmd = {...},
-- filetypes = { ...},
@@ -632,6 +662,33 @@ require('lazy').setup({
@@ -632,6 +661,32 @@ require('lazy').setup({
},
},
},
+ pyright = {},
+ r_language_server = {},
+ templ = {},
+ terraformls = {},
+ ts_ls = {},
@@ -102,7 +100,7 @@ index ea86b79..93250ab 100644
}
-- Ensure the servers and tools above are installed
@@ -658,6 +715,33 @@ require('lazy').setup({
@@ -658,6 +713,33 @@ require('lazy').setup({
-- by the server configuration above. Useful when disabling
-- certain features of an LSP (for example, turning off formatting for ts_ls)
server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {})
@@ -136,7 +134,7 @@ index ea86b79..93250ab 100644
require('lspconfig')[server_name].setup(server)
end,
},
@@ -888,7 +972,39 @@ require('lazy').setup({
@@ -888,7 +970,39 @@ require('lazy').setup({
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = {
@@ -177,7 +175,7 @@ index ea86b79..93250ab 100644
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
@@ -918,18 +1034,18 @@ require('lazy').setup({
@@ -918,18 +1032,18 @@ require('lazy').setup({
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
--
-- require 'kickstart.plugins.debug',