This repository was archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1fa8ca
commit 5950634
Showing
3 changed files
with
118 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
local star = { | ||
ui = { | ||
"dashboard", -- Start screen | ||
"statusline", -- Statusline | ||
"tabline", -- Tabline, shows your buffers list at top | ||
"which-key", -- Keybindings popup menu like Emacs' guide-key | ||
-- 'zen', -- Distraction free environment | ||
-- 'indentlines', -- Show indent lines | ||
}, | ||
star = { | ||
-- 'orgmode', -- Life Organization Tool | ||
-- 'runner', -- Code runner for your language | ||
}, | ||
colors = { | ||
"stardark", -- The shiny theme | ||
-- "gruvbox", -- The almighty | ||
-- "icy", -- Shiver to death! | ||
-- "neon", -- Welcome to the light | ||
}, | ||
editor = { | ||
"lsp", -- Language Server Protocols | ||
"lint", -- A beauty teacher for your language | ||
"completion", -- The ultimate completion | ||
"nvim-tree", -- Tree explorer | ||
"symbols", -- LSP symbols and tags | ||
"gitsigns", -- Git signs | ||
"telescope", -- Highly extendable fuzzy finder over lists | ||
"formatter", -- File formatting | ||
"autopairs", -- Autopairs | ||
"commentary", -- Commentary plugin | ||
-- "terminal", -- Terminal for Neovim (NOTE: needed for runner and compiler) | ||
-- 'minimap', -- Code minimap, requires github.com/wfxr/code-minimap | ||
}, | ||
utilities = { | ||
"colorizer", -- Fastets colorizer for Neovim | ||
-- 'lazygit', -- LazyGit integration for Neovim, requires LazyGit | ||
-- 'suda', -- Write and read files without sudo permissions | ||
-- 'range-highlight', -- hightlights ranges you have entered in commandline | ||
}, | ||
ui = { | ||
"dashboard", -- Start screen | ||
"statusline", -- Statusline | ||
"tabline", -- Tabline, shows your buffers list at top | ||
"which-key", -- Keybindings popup menu like Emacs' guide-key | ||
-- 'zen', -- Distraction free environment | ||
-- 'indentlines', -- Show indent lines | ||
}, | ||
star = { | ||
-- 'orgmode', -- Life Organization Tool | ||
-- 'runner', -- Code runner for your language | ||
}, | ||
colors = { | ||
"stardark", -- The shiny theme | ||
-- "gruvbox", -- The almighty | ||
-- "icy", -- Shiver to death! | ||
-- "neon", -- Welcome to the light | ||
}, | ||
editor = { | ||
"lsp", -- Language Server Protocols | ||
"lint", -- A beauty teacher for your language | ||
"completion", -- The ultimate completion | ||
"nvim-tree", -- Tree explorer | ||
"symbols", -- LSP symbols and tags | ||
"gitsigns", -- Git signs | ||
"telescope", -- Highly extendable fuzzy finder over lists | ||
"formatter", -- File formatting | ||
"autopairs", -- Autopairs | ||
"commentary", -- Commentary plugin | ||
-- "terminal", -- Terminal for Neovim (NOTE: needed for runner and compiler) | ||
-- 'minimap', -- Code minimap, requires github.com/wfxr/code-minimap | ||
}, | ||
utilities = { | ||
"colorizer", -- Fastets colorizer for Neovim | ||
-- 'lazygit', -- LazyGit integration for Neovim, requires LazyGit | ||
-- 'suda', -- Write and read files without sudo permissions | ||
-- 'range-highlight', -- hightlights ranges you have entered in commandline | ||
}, | ||
} | ||
|
||
return star |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters