Compare commits
5 commits
3fbc02368d
...
49f55400d0
Author | SHA1 | Date | |
---|---|---|---|
49f55400d0 | |||
d7a985bb4b | |||
4064e9210e | |||
ffbb277cfc | |||
0470222a98 |
5 changed files with 9 additions and 42 deletions
12
flake.lock
12
flake.lock
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710222005,
|
"lastModified": 1718276985,
|
||||||
"narHash": "sha256-irXySffHz7b82dZIme6peyAu+8tTJr1zyxcfUPhqUrg=",
|
"narHash": "sha256-u1fA0DYQYdeG+5kDm1bOoGcHtX0rtC7qs2YA2N1X++I=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9a9a7552431c4f1a3b2eee9398641babf7c30d0e",
|
"rev": "3f84a279f1a6290ce154c5531378acc827836fbb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -66,11 +66,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710088047,
|
"lastModified": 1718271476,
|
||||||
"narHash": "sha256-eSqKs6ZCsX9xJyNYLeMDMrxzIDsYtaWClfZCOp0ok6Y=",
|
"narHash": "sha256-35hUMmFesmchb+u7heKHLG5B6c8fBOcSYo0jj0CHLes=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "treefmt-nix",
|
"repo": "treefmt-nix",
|
||||||
"rev": "720322c5352d7b7bd2cb3601a9176b0e91d1de7d",
|
"rev": "e75ba0a6bb562d2ce275db28f6a36a2e4fd81391",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,41 +2,7 @@ return {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {
|
opts = {},
|
||||||
-- Borderless telescope
|
|
||||||
-- see: https://github.com/folke/tokyonight.nvim?tab=readme-ov-file#borderless-telescope-example
|
|
||||||
on_highlights = function(hl, c)
|
|
||||||
-- local prompt = "#2d3149"
|
|
||||||
local prompt = c.bg_highlight
|
|
||||||
hl.TelescopeNormal = {
|
|
||||||
bg = c.bg_dark,
|
|
||||||
fg = c.fg_dark,
|
|
||||||
}
|
|
||||||
hl.TelescopeBorder = {
|
|
||||||
bg = c.bg_dark,
|
|
||||||
fg = c.bg_dark,
|
|
||||||
}
|
|
||||||
hl.TelescopePromptNormal = {
|
|
||||||
bg = prompt,
|
|
||||||
}
|
|
||||||
hl.TelescopePromptBorder = {
|
|
||||||
bg = prompt,
|
|
||||||
fg = prompt,
|
|
||||||
}
|
|
||||||
hl.TelescopePromptTitle = {
|
|
||||||
bg = prompt,
|
|
||||||
fg = prompt,
|
|
||||||
}
|
|
||||||
hl.TelescopePreviewTitle = {
|
|
||||||
bg = c.bg_dark,
|
|
||||||
fg = c.bg_dark,
|
|
||||||
}
|
|
||||||
hl.TelescopeResultsTitle = {
|
|
||||||
bg = c.bg_dark,
|
|
||||||
fg = c.bg_dark,
|
|
||||||
}
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
init = function()
|
init = function()
|
||||||
vim.cmd([[ colorscheme tokyonight-night ]])
|
vim.cmd([[ colorscheme tokyonight-night ]])
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
lazy = false,
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
event = { "BufReadPost" },
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
opts = {
|
opts = {
|
||||||
indent = {
|
indent = {
|
||||||
|
|
|
@ -5,6 +5,7 @@ return {
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
},
|
},
|
||||||
opts = {},
|
opts = {},
|
||||||
|
cmd = "Telescope",
|
||||||
keys = {
|
keys = {
|
||||||
{ "<Space>f", "<cmd>Telescope find_files<CR>", desc = "Find files" },
|
{ "<Space>f", "<cmd>Telescope find_files<CR>", desc = "Find files" },
|
||||||
{ "<Space><Space>", "<cmd>Telescope oldfiles<CR>", desc = "Recent files" },
|
{ "<Space><Space>", "<cmd>Telescope oldfiles<CR>", desc = "Recent files" },
|
||||||
|
|
Loading…
Reference in a new issue