Skip to content

adudenamedruby/mithrandir.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mithrandir

A clean, dark Neovim theme written in Lua, with support for some plugins.

Inspired by my custom Xcode theme.

Install (lazy.nvim)

{
  "yourname/nvim-mithrandir",
  lazy = false,
  priority = 1000,
  opts = {
    transparent = false,
    italics = { comments = true, keywords = false, functions = false, variables = false },
    plugins = { treesitter = true, lsp = true, telescope = true, cmp = true, gitsigns = true },
  },
  config = function(_, opts)
    require("mithrandir").setup(opts)
    vim.cmd.colorscheme("mithrandir")
  end,
}

happy vimming!! :D

About

A dark Neovim theme, inspired by the feeling of the world the Lord of the Rings, written in Lua, and with support for lsp, treesitter and other important plugins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages