Browse Source

nvim nightfox theme and editorconfig support

master
Ivan Polyakov 2 years ago
parent
commit
dd2e52d7e4
  1. 3
      .config/nvim/lua/plugins.lua

3
.config/nvim/lua/plugins.lua

@ -3,6 +3,7 @@ return require('packer').startup(function()
-- Look and feel -- -- Look and feel --
use 'shaunsingh/nord.nvim' use 'shaunsingh/nord.nvim'
use 'EdenEast/nightfox.nvim'
use { use {
'nvim-lualine/lualine.nvim', 'nvim-lualine/lualine.nvim',
requires = { 'kyazdani42/nvim-web-devicons', opt = true } requires = { 'kyazdani42/nvim-web-devicons', opt = true }
@ -48,4 +49,6 @@ return require('packer').startup(function()
} }
use {'nvim-telescope/telescope-fzf-native.nvim', run = 'make' } use {'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
use 'gpanders/editorconfig.nvim'
end) end)

Loading…
Cancel
Save