changed default theme
This commit is contained in:
@@ -31,18 +31,18 @@ local keymap = {
|
|||||||
snippet_confirm = '<c-j>',
|
snippet_confirm = '<c-j>',
|
||||||
snippet_jump_forward = '<c-k>',
|
snippet_jump_forward = '<c-k>',
|
||||||
snippet_jump_backward = '<c-h>',
|
snippet_jump_backward = '<c-h>',
|
||||||
snippet_jump_to_end = '<c-l>',
|
|
||||||
--> Edit snippets for the current file with the custom S command.
|
--> Edit snippets for the current file with the custom S command.
|
||||||
--> Follow the printed instructions on failure.
|
--> Follow the printed instructions on failure.
|
||||||
}
|
}
|
||||||
local TAB_WIDTH = 4
|
local TAB_WIDTH = 4
|
||||||
|
|
||||||
---@type installed_themes
|
---@type installed_themes
|
||||||
local colorscheme = 'gruvbox'
|
local colorscheme = 'habamax'
|
||||||
|
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.cmd('colorscheme ' .. colorscheme)
|
vim.cmd('colorscheme ' .. colorscheme)
|
||||||
|
|
||||||
|
vim.cmd [[ autocmd VimEnter * NoMatchParen ]]
|
||||||
vim.g.mapleader = keymap.leader_key
|
vim.g.mapleader = keymap.leader_key
|
||||||
vim.g.maplocalleader = keymap.leader_key
|
vim.g.maplocalleader = keymap.leader_key
|
||||||
vim.opt.tabstop = TAB_WIDTH -- Character width of a tab
|
vim.opt.tabstop = TAB_WIDTH -- Character width of a tab
|
||||||
@@ -117,7 +117,6 @@ local function packer_startup(use)
|
|||||||
|
|
||||||
use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode.
|
use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode.
|
||||||
|
|
||||||
|
|
||||||
if packer_bootstrap then --Comes after packages
|
if packer_bootstrap then --Comes after packages
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user