added modularity: separated files for keymaps, telescope. added undotree plugin. small features like relative line numbers.

This commit is contained in:
psychhim
2025-10-06 16:38:18 +05:30
parent 01d86ce310
commit 289772ff82
8 changed files with 719 additions and 679 deletions

View File

@@ -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