new file: .gitignore
new file: ftplugin/yaml.lua modified: init.lua modified: lua/config.lua modified: lua/keybinds.lua modified: lua/lsp.lua modified: lua/plugins.lua deleted: plugin/packer_compiled.lua
This commit is contained in:
+11
-1
@@ -71,7 +71,7 @@ require("nvim-treesitter.configs").setup {
|
||||
-------------
|
||||
|
||||
require("lualine").setup {
|
||||
options = {theme = "onedark", icons_enabled = true},
|
||||
options = {theme = "github", icons_enabled = true},
|
||||
sections = {
|
||||
lualine_a = {"mode"},
|
||||
lualine_b = {
|
||||
@@ -137,3 +137,13 @@ require("lualine").setup {
|
||||
},
|
||||
extensions = {}
|
||||
}
|
||||
|
||||
-----------------------
|
||||
-- GITHUB NVIM THEME --
|
||||
-----------------------
|
||||
require("github-theme").setup(
|
||||
{
|
||||
theme_style = "dark_default",
|
||||
hide_inactive_statusline = false
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user