Skip to content

Commit 4281fd1

Browse files
committed
[remove] project_env & langs are now manage by [penvim] plugin
1 parent 035ca7e commit 4281fd1

File tree

3 files changed

+0
-135
lines changed

3 files changed

+0
-135
lines changed

init.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ require('plugins/filetype_nvim') -- Easily speed up your neovim startup time!
3131

3232
require('configs') -- plugin independent configs
3333
require('mappings') -- plugin independent mappings
34-
35-
vim.cmd([[ au BufEnter *.* lua require('langs') ]]) -- programmng language based configs
36-
3734
require('customs/override_defalut') -- always put this config(override_defalut) at last because it's use to overide the any already defined config
38-
require('customs/project_env') -- load/source ".__nvim__" configs that are defined in working environment/project
3935

4036

4137
-- load/source PLUGINS CONFIGS

lua/customs/project_env.lua

Lines changed: 0 additions & 118 deletions
This file was deleted.

lua/funcs/dir.lua

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)