forked from extern/nix-config
meta: Remove lunarvim
9 months later and I am no longer interested in maintaining lunarvim. My current neovim config does everything that I need it to do and I don't see myself using anything else anytime soon.
This commit is contained in:
parent
e2ffc9830f
commit
56c42a5b9d
@ -1,48 +0,0 @@
|
|||||||
-- General
|
|
||||||
lvim.log.level = "warn"
|
|
||||||
lvim.format_on_save = true
|
|
||||||
lvim.colorscheme = "onedarker"
|
|
||||||
lvim.transparent_window = true
|
|
||||||
|
|
||||||
-- Keymappings
|
|
||||||
lvim.leader = "space"
|
|
||||||
lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
|
|
||||||
|
|
||||||
-- Plugins
|
|
||||||
lvim.plugins = {
|
|
||||||
{
|
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
|
||||||
event = "BufRead",
|
|
||||||
setup = function()
|
|
||||||
vim.g.indentLine_enabled = 1
|
|
||||||
vim.g.indent_blankline_char = "▏"
|
|
||||||
vim.g.indent_blankline_filetype_exclude = {"help", "terminal", "dashboard"}
|
|
||||||
vim.g.indent_blankline_buftype_exclude = {"terminal"}
|
|
||||||
vim.g.indent_blankline_show_trailing_blankline_indent = false
|
|
||||||
vim.g.indent_blankline_show_first_indent_level = false
|
|
||||||
end
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
lvim.builtin.dashboard.active = true
|
|
||||||
lvim.builtin.terminal.active = true
|
|
||||||
lvim.builtin.nvimtree.setup.view.side = "left"
|
|
||||||
lvim.builtin.nvimtree.show_icons.git = 0
|
|
||||||
|
|
||||||
-- Parsers
|
|
||||||
lvim.builtin.treesitter.ensure_installed = {
|
|
||||||
"bash",
|
|
||||||
"c",
|
|
||||||
"javascript",
|
|
||||||
"json",
|
|
||||||
"lua",
|
|
||||||
"python",
|
|
||||||
"typescript",
|
|
||||||
"css",
|
|
||||||
"rust",
|
|
||||||
"java",
|
|
||||||
"yaml",
|
|
||||||
}
|
|
||||||
|
|
||||||
lvim.builtin.treesitter.ignore_install = { "haskell" }
|
|
||||||
lvim.builtin.treesitter.highlight.enabled = true
|
|
@ -1,15 +0,0 @@
|
|||||||
# LunarVim
|
|
||||||
|
|
||||||
[LunarVim][LunarVim] is an IDE layer for neovim.
|
|
||||||
|
|
||||||
## Use Cases
|
|
||||||
|
|
||||||
LunarVim can be used to:
|
|
||||||
|
|
||||||
- Have a sensible neovim config for working on real-world projects, with 0 configuration necessary
|
|
||||||
|
|
||||||
You should not use LunarVim if:
|
|
||||||
|
|
||||||
- You should use LunarVim.
|
|
||||||
|
|
||||||
[LunarVim]: https://github.com/LunarVim/LunarVim
|
|
Loading…
Reference in New Issue
Block a user