diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-05-27 16:28:54 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-05-27 16:28:54 -0500 |
commit | 3b6d6777e6a3a8be5ea588f27f07bef94a63bc11 (patch) | |
tree | 99ae47bee9480fb31911dd012f8c83eef2c8b6e7 /lvim | |
parent | Initial commit (diff) | |
download | dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar.gz dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar.bz2 dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar.lz dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar.xz dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.tar.zst dotfiles-3b6d6777e6a3a8be5ea588f27f07bef94a63bc11.zip |
update dotfiles ig
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | lvim/.config/lvim/config.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lvim/.config/lvim/config.lua b/lvim/.config/lvim/config.lua index f738d0d..b4089e3 100644 --- a/lvim/.config/lvim/config.lua +++ b/lvim/.config/lvim/config.lua @@ -145,19 +145,19 @@ lvim.builtin.treesitter.highlight.enabled = true -- Additional Plugins lvim.plugins = { - {"shaunsingh/nord.nvim"} --- {"folke/tokyonight.nvim"}, --- { --- "folke/trouble.nvim", --- cmd = "TroubleToggle", --- }, + { "shaunsingh/nord.nvim" } + -- {"folke/tokyonight.nvim"}, + -- { + -- "folke/trouble.nvim", + -- cmd = "TroubleToggle", + -- }, } -vim.g.nord_disable_background=true -vim.g.nord_borders=true -vim.g.nord_contrast=true -vim.g.nord_cursorline_transparent=true -vim.g.nord_enable_sidebar_background=true +vim.g.nord_disable_background = true +vim.g.nord_borders = true +vim.g.nord_contrast = true +vim.g.nord_cursorline_transparent = true +vim.g.nord_enable_sidebar_background = true -- Autocommands (https://neovim.io/doc/user/autocmd.html) -- lvim.autocommands.custom_groups = { |