Compare commits

...

4 Commits

Author SHA1 Message Date
Meszaros Zoltan (XC-AS/ESY3-HU) b2608bff8c Bosch version 2026-06-26 11:38:57 +02:00
mzpx 3718945ab1 colorsheme to kanagawa 2026-06-18 17:49:33 +02:00
mzpx a8bdfc25b1 Comments added - telescope.lua 2026-06-18 10:34:53 +02:00
mzpx 8de7c8a2b2 mzpx 2026-06-16 17:49:02 +02:00
5 changed files with 21 additions and 12 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
require( "roka.core.options")
require( "roka.core.keymaps")
require( "roka.core.plugins")
require( "mzpx.core.options")
require( "mzpx.core.keymaps")
require( "mzpx.core.plugins")
require( "roka.plug.color" )
require( "mzpx.plug.color" )
+1
View File
@@ -74,6 +74,7 @@ return packer.startup(function(use)
-- ----------------------------------------------------
use { "bluz71/vim-nightfly-colors", as = "nighfly" }
use { "bluz71/vim-moonfly-colors", as = "moonfly" }
use { "rebelot/kanagawa.nvim", as = "kanagawa"}
-- ----------------------------------------------------
-- lualine (status line)
+9 -6
View File
@@ -1,15 +1,18 @@
local colorscheme = "moonfly"
-- local colorscheme = "moonfly"
local colorscheme = "kanagawa-wave"
local custom_highlight =
vim.api.nvim_create_augroup( "CustomHighlight", {})
vim.api.nvim_create_autocmd( "ColorScheme", {
-- pattern = "kanagawa-wave",
-- pattern = "catppuccin",
pattern = "nightfly",
callback = function()
vim.api.nvim_set_hl( 0, "String", { fg = "#00A000", italic = false })
vim.api.nvim_set_hl( 0, "Comment", { fg = "#808080", italic = false })
vim.api.nvim_set_hl( 0, "Function", { fg = "#82aaff", italic = false })
vim.api.nvim_set_hl( 0, "CursorLineNr", { fg = "#82aaff", italic = false })
vim.api.nvim_set_hl( 0, "Delimiter", { fg = "#ff0000", italic = false })
vim.api.nvim_set_hl( 0, "String", { fg = "#00A000", italic = false })
vim.api.nvim_set_hl( 0, "Comment", { fg = "#808080", italic = false })
vim.api.nvim_set_hl( 0, "Function", { fg = "#82aaff", italic = false })
vim.api.nvim_set_hl( 0, "CursorLineNr", { fg = "#82aaff", italic = false })
vim.api.nvim_set_hl( 0, "Delimiter", { fg = "#ff0000", italic = false })
end,
group = custom_highlight,
+3 -2
View File
@@ -87,7 +87,8 @@ telescope.setup {
["?"] = actions.which_key,
},
},
},
}, -- defaults
-- pickers = {
-- Default configuration for builtin pickers goes here:
-- picker_name = {
@@ -110,4 +111,4 @@ telescope.setup {
-- }
-- please take a look at the readme of the extension you want to configure
},
}
} -- telescope.setup()
+4
View File
@@ -4,3 +4,7 @@ after switching to another branch, the following folders must be deleted
- delete `%XDG_CACHE_HOME%\nvim` folder
- delete `%XDG_CONFIG_HOME%\nvim\plugin` folder
- delete `%XDG_DATA_HOME%\nvim-data` folder
# Note 2026-06-26:
Original folder was in vscode :
C:\tools\.config\nvim\init.lua