mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 03:41:14 +01:00
added modularity: separated files for keymaps, telescope. added undotree plugin. small features like relative line numbers.
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
-- Skip setting up LSP autoformatting if conform.nvim is being used
|
||||
if package.loaded['conform'] then
|
||||
return
|
||||
end
|
||||
|
||||
-- Switch for controlling whether you want autoformatting.
|
||||
-- Use :KickstartFormatToggle to toggle autoformatting on or off
|
||||
local format_is_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user