Neovim: format plugins/init.lua
This commit is contained in:
parent
9ded153861
commit
ebed5b1f99
1 changed files with 1 additions and 4 deletions
|
@ -74,10 +74,7 @@ require('packer').startup(function()
|
||||||
use 'lambdalisue/suda.vim'
|
use 'lambdalisue/suda.vim'
|
||||||
|
|
||||||
-- Display possible keybinds
|
-- Display possible keybinds
|
||||||
use {
|
use {'folke/which-key.nvim', config = require('plugins.which-key')}
|
||||||
'folke/which-key.nvim',
|
|
||||||
config = require('plugins.which-key')
|
|
||||||
}
|
|
||||||
|
|
||||||
-- Read editorconfig settings
|
-- Read editorconfig settings
|
||||||
use 'editorconfig/editorconfig-vim'
|
use 'editorconfig/editorconfig-vim'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue