feat: add editorconfig plugin
This commit is contained in:
parent
29a921523e
commit
bc8aca1f5e
@ -6,6 +6,9 @@ local function usePlugins(use, use_rocks)
|
|||||||
-- Packer can manage itself
|
-- Packer can manage itself
|
||||||
use 'wbthomason/packer.nvim'
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
|
-- Used for loading project specific code styles
|
||||||
|
use 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
-- Improve startup time when loading lua files.
|
-- Improve startup time when loading lua files.
|
||||||
-- Temporary solution before PR gets merges. https://github.com/neovim/neovim/pull/15436
|
-- Temporary solution before PR gets merges. https://github.com/neovim/neovim/pull/15436
|
||||||
use 'lewis6991/impatient.nvim'
|
use 'lewis6991/impatient.nvim'
|
||||||
|
Loading…
Reference in New Issue
Block a user