added conform formatter
This commit is contained in:
parent
fc4c1c2612
commit
d7575d7a55
5 changed files with 114 additions and 74 deletions
20
init.lua
20
init.lua
|
|
@ -3,18 +3,18 @@ vim.g.maplocalleader = ' '
|
|||
|
||||
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
vim.fn.system {
|
||||
'git',
|
||||
'clone',
|
||||
'--filter=blob:none',
|
||||
'https://github.com/folke/lazy.nvim.git',
|
||||
'--branch=stable', -- latest stable release
|
||||
lazypath,
|
||||
}
|
||||
vim.fn.system {
|
||||
'git',
|
||||
'clone',
|
||||
'--filter=blob:none',
|
||||
'https://github.com/folke/lazy.nvim.git',
|
||||
'--branch=stable', -- latest stable release
|
||||
lazypath,
|
||||
}
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require('lazy').setup('plugins')
|
||||
require('thrillee')
|
||||
require('lazy').setup 'plugins'
|
||||
require 'thrillee'
|
||||
--[[ require('kickstart.plugins.autoformat')
|
||||
require('kickstart.plugins.debug') ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue