Skip to content

Commit

Permalink
refactor and cleanup
Browse files Browse the repository at this point in the history
- re-organize modules
- cleanup unused code and more
- change logic and be more lua style for user lib modules
- more..
  • Loading branch information
kevinm6 committed Dec 11, 2023
1 parent 08e3b37 commit 7d32b5c
Show file tree
Hide file tree
Showing 67 changed files with 3,564 additions and 3,850 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
insert_final_newline = false
charset = utf-8

indent_style = space
indent_size = 3
tab_width = 3
indent_size = 2
tab_width = 2

max_line_length = 90
trim_trailing_whitespace = true
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
- [Mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [Dap](https://github.com/mfussenegger/nvim-dap)
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [Luasnip](https://github.com/L3MON4D3/LuaSnip)
- [None-ls](https://github.com/nvimtools/none-ls.nvim)
- [Which-Key](https://github.com/folke/which-key.nvim)
- [Notify](https://github.com/rcarriga/nvim-notify)
- [Noice](https://github.com/folke/noice.nvim)
Expand All @@ -38,17 +41,13 @@
- [Surround](https://github.com/ur4ltz/surround.nvim)
- [Autopairs](https://github.com/windwp/nvim-autopairs)
- [Ufo](https://github.com/kevinhwang91/nvim-ufo)
- [Code_runner](https://github.com/CRAG666/code_runner.nvim)
- [Comment](https://github.com/numToStr/Comment.nvim)
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [Luasnip](https://github.com/L3MON4D3/LuaSnip)
- [Navic](https://github.com/SmiteshP/nvim-navic)
- [Oil](https://github.com/stevearc/oil.nvim)
- [Peek](https://github.com/toppair/peek.nvim)
- [Twilight](https://github.com/folke/twilight.nvim)
- [Alpha](https://github.com/goolord/alpha-nvim)
- [Twilight](https://github.com/folke/twilight.nvim)
- [Cheatsheet](https://github.com/Djancyp/cheat-sheet)
- [⚠️ Null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim)

---

Expand All @@ -62,4 +61,4 @@
cd ~/.config/nvim
nvim
'
```
```
Loading

0 comments on commit 7d32b5c

Please sign in to comment.