feat(nvim): upgrade kickstart to latest commit

This commit is contained in:
João Paulo Dubas 2024-04-08 13:56:25 +00:00
parent b32f23c057
commit 5a32a67400
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
2 changed files with 5 additions and 5 deletions

View File

@ -179,7 +179,7 @@ COPY ./patch/kickstart.nvim/updates.patch /tmp
COPY ./config/nvim/lua/custom/plugins/init.lua /tmp
RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}"/nvim \
&& cd ${XDG_CONFIG_HOME}/nvim \
&& git reset --hard 93fde0556e82ead2a5392ccb678359fa59437b98 \
&& git reset --hard c4363e4ad8aa3269a581d89b1e11403dd89df291 \
&& git apply /tmp/updates.patch \
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa

View File

@ -1,5 +1,5 @@
diff --git a/init.lua b/init.lua
index db55a9e..ad6d60b 100644
index 496f45b..c667dc3 100644
--- a/init.lua
+++ b/init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
@ -111,7 +111,7 @@ index db55a9e..ad6d60b 100644
require('lspconfig')[server_name].setup(server)
end,
},
@@ -791,7 +843,37 @@ require('lazy').setup({
@@ -802,7 +854,37 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
@ -150,7 +150,7 @@ index db55a9e..ad6d60b 100644
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
@@ -828,7 +910,7 @@ require('lazy').setup({
@@ -839,7 +921,7 @@ require('lazy').setup({
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
--
-- require 'kickstart.plugins.debug',
@ -159,7 +159,7 @@ index db55a9e..ad6d60b 100644
-- require 'kickstart.plugins.lint',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
@@ -836,7 +918,7 @@ require('lazy').setup({
@@ -847,7 +929,7 @@ require('lazy').setup({
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`