style(nvim): 🎨 Housekeeping
Formatting and linting housekeeping
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"conventionalCommits.scopes": ["nvim"]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Rootiest NVim Configuration
|
||||
|
||||
```
|
||||
```none
|
||||
██████╗ ██████╗ ██████╗ ████████╗██╗███████╗███████╗████████╗
|
||||
██╔══██╗██╔═══██╗██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝╚══██╔══╝
|
||||
██████╔╝██║ ██║██║ ██║ ██║ ██║█████╗ ███████╗ ██║
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
The rootiest neovim configuration you will ever see!
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
1. Install [neovim](https://github.com/neovim/neovim/blob/master/INSTALL.md)
|
||||
|
||||
@@ -36,7 +36,7 @@ The rootiest neovim configuration you will ever see!
|
||||
|
||||
4. Enjoy!
|
||||
|
||||
### Features
|
||||
## Features
|
||||
|
||||
- Comfortable keybindings and IDE-like features
|
||||
- Designed to be quick to load and easy to use without compromising on features
|
||||
@@ -51,7 +51,7 @@ The rootiest neovim configuration you will ever see!
|
||||
- ToggleTerm, fzf, telescope, neotree, etc. for quick access to files and terminal
|
||||
- LSP support for many languages and automatic setup for many more
|
||||
|
||||
### Credits
|
||||
## Credits
|
||||
|
||||
- [Folke Lamaitre](https://github.com/folke)
|
||||
- [LazyVim](https://github.com/LazyVim/LazyVim)
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
||||
-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
||||
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
-- Bootstrap lazy.nvim
|
||||
if not vim.uv.fs_stat(lazypath) then
|
||||
@@ -63,7 +62,7 @@ require("lazy").setup({
|
||||
{ "vhyrro/luarocks.nvim", priority = 1000, config = true },
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
lazy = false, -- As https://github.com/nvimdev/dashboard-nvim/pull/450, dashboard-nvim shouldn't be lazy-loaded to properly handle stdin.
|
||||
lazy = false,
|
||||
opts = function()
|
||||
local logo = [[
|
||||
██████╗ ██████╗ ██████╗ ████████╗██╗███████╗███████╗████████╗ ███╗ ██╗██╗ ██╗██╗███╗ ███╗
|
||||
|
||||
Reference in New Issue
Block a user