mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
21 lines
400 B
Lua
21 lines
400 B
Lua
|
return {
|
||
|
-- Enable visuals for addition/deletion of lines in the gutter (side) similar
|
||
|
-- to Visual Studio Code.
|
||
|
"airblade/vim-gitgutter",
|
||
|
|
||
|
-- Base16 support
|
||
|
"RRethy/nvim-base16",
|
||
|
|
||
|
-- Make your Neovim pretty
|
||
|
"rktjmp/lush.nvim",
|
||
|
|
||
|
-- More useful status bar
|
||
|
"vim-airline/vim-airline",
|
||
|
|
||
|
-- Colorize common color strings
|
||
|
{
|
||
|
"norcalli/nvim-colorizer.lua",
|
||
|
config = true,
|
||
|
}
|
||
|
}
|