siduck76
|
bd1319895d
|
rm : unused function in bufferline config
|
2021-10-02 07:52:46 +05:30 |
|
github-actions[bot]
|
a125c388c3
|
chore: format source code
|
2021-08-31 19:02:03 +00:00 |
|
Prescott Murphy
|
2cf3e2cac5
|
Set colors for lsp diagnostics
Fixes a small issue with coloring when `diagnostics = "nvim_lsp"` is set to enhance color consistency.
|
2021-09-01 00:31:48 +05:30 |
|
siduck76
|
ad35d6b6e2
|
use the default close_icon in bufferline
|
2021-08-30 11:40:58 +05:30 |
|
siduck76
|
6b31861aeb
|
remove custom area from bufferline
|
2021-08-27 16:00:44 +05:30 |
|
Prescott Murphy
|
59ec5a5fed
|
Correct bufferline diagnostics alternate setting
Tiny change: the correct setting is `nvim_lsp` with an underscore, not a hyphen.
https://github.com/akinsho/bufferline.nvim#lsp-indicators
|
2021-08-27 06:00:34 +05:30 |
|
Akianonymus
|
780142b150
|
plugins/configs/bufferline: Use a more unique func name quit all, to avoid conflicts
format file
|
2021-08-26 19:41:27 +05:30 |
|
siduck76
|
8a21e73cc5
|
avoid using q! for quitting vim
|
2021-08-26 16:28:21 +05:30 |
|
siduck76
|
8f733755e8
|
add clickable btn for exiting nvim
|
2021-08-26 15:01:48 +05:30 |
|
siduck76
|
c66fb4ff3d
|
add diagnostics options to bufferline/nvimtree
|
2021-08-24 21:15:05 +05:30 |
|
Akianonymus
|
9ffddb6b52
|
Restructure config | Move some to a packer plugin | Lot of cleanup
* move teleacope files, updater and related utils to
https://github.com/NvChad/core
* restructure config file and directory structure
* expose mappings for better escape
* allow multiple mappings for some
* improve merge table function for the same
* move autocommands to a seperate file
* rearrange everything alphabetically where sanely possible
* rearrange packer plugin list on the basis of trigerred state
config structure now
.
├── init.lua
├── LICENSE
├── lua
│ ├── chadrc.lua
│ ├── colors
│ │ ├── highlights.lua
│ │ ├── init.lua
│ │ └── themes
│ │ ├── chadracula.lua
│ │ ├── everforest.lua
│ │ ├── gruvchad.lua
│ │ ├── javacafe.lua
│ │ ├── mountain.lua
│ │ ├── norchad.lua
│ │ ├── one-light.lua
│ │ ├── onedark.lua
│ │ ├── tokyonight.lua
│ │ └── tomorrow-night.lua
│ ├── core
│ │ ├── autocmds.lua
│ │ ├── init.lua
│ │ ├── mappings.lua
│ │ ├── options.lua
│ │ └── utils.lua
│ ├── default_config.lua
│ └── plugins
│ ├── configs
│ │ ├── autopairs.lua
│ │ ├── autosave.lua
│ │ ├── bufferline.lua
│ │ ├── chadsheet.lua
│ │ ├── compe.lua
│ │ ├── dashboard.lua
│ │ ├── gitsigns.lua
│ │ ├── icons.lua
│ │ ├── lspconfig.lua
│ │ ├── luasnip.lua
│ │ ├── nvimtree.lua
│ │ ├── others.lua
│ │ ├── statusline.lua
│ │ ├── telescope.lua
│ │ ├── treesitter.lua
│ │ └── zenmode.lua
│ ├── init.lua
│ └── packerInit.lua
└── README.md
|
2021-08-22 17:54:10 +05:30 |
|