Compare commits

..

No commits in common. "d526051b2c740d6a4a033a335422fb01b2d4f423" and "2fc1221fd76cd2d75b9fe6c1916cd234a6fc5ce5" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ option_as_alt = "OnlyRight"
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }
size = 16.0
size = 18.0
[font.offset]
x = 0
@ -33,11 +33,12 @@ vi_mode_style = { shape = "Beam", blinking = "Always" }
blink_interval = 500
thickness = 0.3
# Colors
[colors]
transparent_background_colors = true
[colors.primary]
background = "#080808"
background = "#0E1415"
foreground = "#CECECE"
[colors.cursor]

View File

@ -40,7 +40,7 @@ require("lazy").setup({
-- neovim configuration
vim.o.termguicolors = true
vim.opt.termguicolors = true
vim.o.encoding = 'utf-8'
vim.o.fileencoding = 'utf-8'
vim.o.tabstop = 4
@ -63,7 +63,7 @@ vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.errorbells = false
vim.g.mapleader = ' '
vim.o.mouse = nil
vim.opt.mouse = nil
vim.o.autoread = true
vim.o.swapfile = false
vim.o.wildmode = longest

View File

@ -13,7 +13,6 @@
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
"nvim-cmp": { "branch": "main", "commit": "106c4bcc053a5da783bf4a9d907b6f22485c2ea0" },
"nvim-lspconfig": { "branch": "master", "commit": "b34fbdffdcb6295c7a25df6ba375452a2e73c32e" },
"midnight.nvim": { "branch": "main", "commit": "fe062a6f2e5bd77cd8a260f61e6e12789eaf4f13" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"telescope.nvim": { "branch": "master", "commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02" },