add more neovim plugins and alias eza for ls in zsh
This commit is contained in:
parent
b2322f2877
commit
874cd444ba
13 changed files with 228 additions and 13 deletions
12
.config/nvim/lua/klowner/plugins/style.lua
Normal file
12
.config/nvim/lua/klowner/plugins/style.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'folke/tokyonight.nvim',
|
||||
priority = 1000,
|
||||
config = function ()
|
||||
require('tokyonight').setup({
|
||||
style = 'night',
|
||||
on_colors = function () end,
|
||||
on_highlights = function () end,
|
||||
})
|
||||
vim.cmd('colorscheme tokyonight')
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue