Compare commits
2 Commits
2fc1221fd7
...
d526051b2c
| Author | SHA1 | Date | |
|---|---|---|---|
| d526051b2c | |||
| 520c7ef2aa |
@ -16,7 +16,7 @@ option_as_alt = "OnlyRight"
|
|||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||||
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
|
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
|
||||||
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }
|
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }
|
||||||
size = 18.0
|
size = 16.0
|
||||||
|
|
||||||
[font.offset]
|
[font.offset]
|
||||||
x = 0
|
x = 0
|
||||||
@ -33,12 +33,11 @@ vi_mode_style = { shape = "Beam", blinking = "Always" }
|
|||||||
blink_interval = 500
|
blink_interval = 500
|
||||||
thickness = 0.3
|
thickness = 0.3
|
||||||
|
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
[colors]
|
|
||||||
transparent_background_colors = true
|
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = "#0E1415"
|
background = "#080808"
|
||||||
foreground = "#CECECE"
|
foreground = "#CECECE"
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
|
|||||||
@ -40,7 +40,7 @@ require("lazy").setup({
|
|||||||
|
|
||||||
-- neovim configuration
|
-- neovim configuration
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.o.encoding = 'utf-8'
|
vim.o.encoding = 'utf-8'
|
||||||
vim.o.fileencoding = 'utf-8'
|
vim.o.fileencoding = 'utf-8'
|
||||||
vim.o.tabstop = 4
|
vim.o.tabstop = 4
|
||||||
@ -63,7 +63,7 @@ vim.o.ignorecase = true
|
|||||||
vim.o.smartcase = true
|
vim.o.smartcase = true
|
||||||
vim.o.errorbells = false
|
vim.o.errorbells = false
|
||||||
vim.g.mapleader = ' '
|
vim.g.mapleader = ' '
|
||||||
vim.opt.mouse = nil
|
vim.o.mouse = nil
|
||||||
vim.o.autoread = true
|
vim.o.autoread = true
|
||||||
vim.o.swapfile = false
|
vim.o.swapfile = false
|
||||||
vim.o.wildmode = longest
|
vim.o.wildmode = longest
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
|
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
|
||||||
"nvim-cmp": { "branch": "main", "commit": "106c4bcc053a5da783bf4a9d907b6f22485c2ea0" },
|
"nvim-cmp": { "branch": "main", "commit": "106c4bcc053a5da783bf4a9d907b6f22485c2ea0" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "b34fbdffdcb6295c7a25df6ba375452a2e73c32e" },
|
"nvim-lspconfig": { "branch": "master", "commit": "b34fbdffdcb6295c7a25df6ba375452a2e73c32e" },
|
||||||
|
"midnight.nvim": { "branch": "main", "commit": "fe062a6f2e5bd77cd8a260f61e6e12789eaf4f13" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02" },
|
"telescope.nvim": { "branch": "master", "commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user