Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Aug 15, 2024
1 parent a2355b2 commit 35ea334
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ local createdir = function()
end
end

local load_distribution_plugins = function()
-- Set this to 0 in order to disable native EditorConfig support
vim.g.editorconfig = 1

-- Newtrw liststyle: https://medium.com/usevim/the-netrw-style-options-3ebe91d42456
vim.g.netrw_liststyle = 3
end

local leader_map = function()
vim.g.mapleader = " "
-- NOTE:
Expand Down Expand Up @@ -104,7 +96,6 @@ end

local load_core = function()
createdir()
load_distribution_plugins()
leader_map()

gui_config()
Expand Down

0 comments on commit 35ea334

Please sign in to comment.