mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
nvim: update colorscheme config
This commit is contained in:
parent
1d0c48d02a
commit
e23d8c3633
@ -7,7 +7,14 @@ return {
|
|||||||
"RRethy/nvim-base16",
|
"RRethy/nvim-base16",
|
||||||
|
|
||||||
-- Make your Neovim pretty
|
-- Make your Neovim pretty
|
||||||
|
{
|
||||||
"rktjmp/lush.nvim",
|
"rktjmp/lush.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
module = true,
|
||||||
|
config = function()
|
||||||
|
vim.cmd("colorscheme fds-theme")
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
-- More useful status bar
|
-- More useful status bar
|
||||||
"vim-airline/vim-airline",
|
"vim-airline/vim-airline",
|
||||||
|
@ -27,7 +27,6 @@ function module.setup()
|
|||||||
vim.cmd("highlight clear SpellCap")
|
vim.cmd("highlight clear SpellCap")
|
||||||
vim.cmd("highlight clear SpellRare")
|
vim.cmd("highlight clear SpellRare")
|
||||||
vim.cmd("highlight Visual term=reverse cterm=reverse")
|
vim.cmd("highlight Visual term=reverse cterm=reverse")
|
||||||
vim.cmd("colorscheme fds-theme")
|
|
||||||
|
|
||||||
-- Keybindings
|
-- Keybindings
|
||||||
vim.keymap.set("n", "<leader>bd", ":bd<cr>", {})
|
vim.keymap.set("n", "<leader>bd", ":bd<cr>", {})
|
||||||
|
Loading…
Reference in New Issue
Block a user