New readme to pair with the new conf
This commit is contained in:
parent
9b4d32130a
commit
e41e51a168
4 changed files with 80 additions and 19 deletions
|
@ -2,12 +2,12 @@
|
|||
"settings": {
|
||||
"tabs": [
|
||||
{
|
||||
"name": "#general",
|
||||
"url": "/channels/674984102860161025/674985827121758208",
|
||||
"selected": false,
|
||||
"name": "#Trabajo 1 (SFW)",
|
||||
"url": "/channels/674984102860161025/724585160170930207",
|
||||
"selected": true,
|
||||
"currentStatus": "none",
|
||||
"iconUrl": "https://cdn.discordapp.com/icons/674984102860161025/a4c5c84a118b923dfe68dccd886d1d87.webp?size=40",
|
||||
"channelId": "674985827121758208"
|
||||
"channelId": "724585160170930207"
|
||||
},
|
||||
{
|
||||
"name": "#feedback-and-suggestions",
|
||||
|
@ -26,12 +26,11 @@
|
|||
"channelId": "923262113500246027"
|
||||
},
|
||||
{
|
||||
"name": "@spider300",
|
||||
"url": "/channels/@me/347377928914337792",
|
||||
"selected": true,
|
||||
"currentStatus": "online",
|
||||
"iconUrl": "https://cdn.discordapp.com/avatars/346980245028601857/fa3802f0571349385c58a99e46c4ff07.webp?size=40",
|
||||
"channelId": "347377928914337792"
|
||||
"name": "Friends",
|
||||
"url": "/channels/@me",
|
||||
"selected": false,
|
||||
"currentStatus": "none",
|
||||
"iconUrl": "https://cdn.discordapp.com/embed/avatars/0.png"
|
||||
}
|
||||
],
|
||||
"favs": [
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Calibri;Aesthetic Iosevka Original;Material Icons;AestheticIosevka Nerd Font;Calibri
|
||||
Calibri;AestheticIosevka Nerd Font;Material Icons;Aesthetic Iosevka Original;Calibri
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<a href="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim"><img src="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim/badges/leaderkey?style=for-the-badge" /></a>
|
||||
<a href="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim"><img src="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim/badges/plugin-manager?style=for-the-badge" /></a>
|
||||
|
||||
Using **LazyGit** as a startup config.
|
||||
|
||||
## Install Instructions
|
||||
|
||||
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
|
||||
|
@ -28,13 +26,42 @@ NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim
|
|||
### color
|
||||
|
||||
- [NvChad/nvim-colorizer.lua](https://dotfyle.com/plugins/NvChad/nvim-colorizer.lua)
|
||||
- [ziontee113/color-picker.nvim](https://dotfyle.com/plugins/ziontee113/color-picker.nvim)
|
||||
|
||||
### colorscheme
|
||||
|
||||
- [catppuccin/nvim](https://dotfyle.com/plugins/catppuccin/nvim)
|
||||
|
||||
### comment
|
||||
|
||||
- [danymat/neogen](https://dotfyle.com/plugins/danymat/neogen)
|
||||
|
||||
### completion
|
||||
|
||||
- [zbirenbaum/copilot.lua](https://dotfyle.com/plugins/zbirenbaum/copilot.lua)
|
||||
|
||||
### editing-support
|
||||
|
||||
- [debugloop/telescope-undo.nvim](https://dotfyle.com/plugins/debugloop/telescope-undo.nvim)
|
||||
- [nvim-treesitter/nvim-treesitter-context](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-context)
|
||||
- [windwp/nvim-ts-autotag](https://dotfyle.com/plugins/windwp/nvim-ts-autotag)
|
||||
- [bennypowers/nvim-regexplainer](https://dotfyle.com/plugins/bennypowers/nvim-regexplainer)
|
||||
|
||||
### file-explorer
|
||||
|
||||
- [nvim-neo-tree/neo-tree.nvim](https://dotfyle.com/plugins/nvim-neo-tree/neo-tree.nvim)
|
||||
|
||||
### fuzzy-finder
|
||||
|
||||
- [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
|
||||
|
||||
### keybinding
|
||||
|
||||
- [folke/which-key.nvim](https://dotfyle.com/plugins/folke/which-key.nvim)
|
||||
|
||||
### lsp
|
||||
|
||||
- [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim)
|
||||
- [jose-elias-alvarez/null-ls.nvim](https://dotfyle.com/plugins/jose-elias-alvarez/null-ls.nvim)
|
||||
|
||||
### lsp-installer
|
||||
|
@ -43,23 +70,60 @@ NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim
|
|||
|
||||
### markdown-and-latex
|
||||
|
||||
- [ellisonleao/glow.nvim](https://dotfyle.com/plugins/ellisonleao/glow.nvim)
|
||||
- [iamcco/markdown-preview.nvim](https://dotfyle.com/plugins/iamcco/markdown-preview.nvim)
|
||||
|
||||
### media
|
||||
|
||||
- [andweeb/presence.nvim](https://dotfyle.com/plugins/andweeb/presence.nvim)
|
||||
|
||||
### nvim-dev
|
||||
|
||||
- [kkharji/sqlite.lua](https://dotfyle.com/plugins/kkharji/sqlite.lua)
|
||||
- [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)
|
||||
|
||||
### plugin-manager
|
||||
|
||||
- [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
|
||||
|
||||
### preconfigured
|
||||
|
||||
- [LazyVim/LazyVim](https://dotfyle.com/plugins/LazyVim/LazyVim)
|
||||
|
||||
### project
|
||||
|
||||
- [natecraddock/workspaces.nvim](https://dotfyle.com/plugins/natecraddock/workspaces.nvim)
|
||||
|
||||
### scrollbar
|
||||
|
||||
- [dstein64/nvim-scrollview](https://dotfyle.com/plugins/dstein64/nvim-scrollview)
|
||||
|
||||
### startup
|
||||
|
||||
- [goolord/alpha-nvim](https://dotfyle.com/plugins/goolord/alpha-nvim)
|
||||
- [echasnovski/mini.starter](https://dotfyle.com/plugins/echasnovski/mini.starter)
|
||||
|
||||
### syntax
|
||||
|
||||
- [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
|
||||
|
||||
### tabline
|
||||
|
||||
- [akinsho/bufferline.nvim](https://dotfyle.com/plugins/akinsho/bufferline.nvim)
|
||||
|
||||
### utility
|
||||
|
||||
- [sitiom/nvim-numbertoggle](https://dotfyle.com/plugins/sitiom/nvim-numbertoggle)
|
||||
|
||||
## Language Servers
|
||||
|
||||
- svelte
|
||||
- python
|
||||
- marksman
|
||||
- pyright
|
||||
- dockerls
|
||||
- gopls
|
||||
- jdtls
|
||||
- jsonls
|
||||
- ruff_lsp
|
||||
- rust_analyzer
|
||||
- tailwindcss
|
||||
- tsserver
|
||||
- yamls
|
||||
|
|
|
@ -25,6 +25,7 @@ require("lazy").setup({
|
|||
{ import = "lazyvim.plugins.extras.linting.eslint" },
|
||||
{ import = "lazyvim.plugins.extras.formatting.prettier" },
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
{ import = "lazyvim.plugins.extras.lang.yaml" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
defaults = {
|
||||
|
@ -42,9 +43,6 @@ require("lazy").setup({
|
|||
-- disable some rtp plugins
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
-- "matchit",
|
||||
-- "matchparen",
|
||||
-- "netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
|
|
Loading…
Add table
Reference in a new issue