📁 files(nvim): change of directory to a lot of files for better organization

This commit is contained in:
Sergio Laín 2023-11-17 00:41:53 +01:00
parent 95dd6cd8da
commit 21de798f62
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
34 changed files with 22 additions and 109 deletions

View file

@ -118,7 +118,6 @@
"satellite.nvim": { "branch": "main", "commit": "7911fa8137c77258ba509ba875ea52c6d59737e8" },
"semshi": { "branch": "master", "commit": "eddc5304d7aa99e140c89f40393c9f109f4e9115" },
"smart-splits.nvim": { "branch": "master", "commit": "c8a9173d70cbbd1f6e4a414e49e31df2b32a1362" },
"sniprun": { "branch": "master", "commit": "7a8bc30fcf04fd4efec43be368f12eb4266fabf6" },
"sqlite.lua": { "branch": "master", "commit": "b7e28c8463254c46a8e61c52d27d6a2040492fc3" },
"suda.vim": { "branch": "master", "commit": "8b0fc3711760195aba104e2d190cff9af8267052" },
"symbols-outline.nvim": { "branch": "master", "commit": "512791925d57a61c545bc303356e8a8f7869763c" },

View file

@ -21,53 +21,54 @@
"lazyvim.plugins.extras.ui.alpha",
"lazyvim.plugins.extras.util.dot",
"lazyvim.plugins.extras.vscode",
"plugins.extras.coding.ai.codeium",
"plugins.extras.coding.ai.gpt",
"plugins.extras.coding.annotation",
"plugins.extras.coding.codeium",
"plugins.extras.coding.debugprint",
"plugins.extras.coding.debug.debugprint",
"plugins.extras.coding.dial",
"plugins.extras.coding.endwise",
"plugins.extras.coding.gpt",
"plugins.extras.coding.multicursor",
"plugins.extras.coding.puppeteer",
"plugins.extras.coding.refactoring",
"plugins.extras.coding.treesj",
"plugins.extras.coding.treesitter.endwise",
"plugins.extras.coding.treesitter.mini-align",
"plugins.extras.coding.treesitter.puppeteer",
"plugins.extras.coding.treesitter.treesj",
"plugins.extras.dap.persistent-breakpoints",
"plugins.extras.editor.color",
"plugins.extras.editor.devdocs",
"plugins.extras.editor.diffview",
"plugins.extras.editor.git-conflict",
"plugins.extras.editor.github",
"plugins.extras.editor.docs.devdocs",
"plugins.extras.editor.git.diffview",
"plugins.extras.editor.git.git-conflict",
"plugins.extras.editor.git.github",
"plugins.extras.editor.git.worktree",
"plugins.extras.editor.harpoon",
"plugins.extras.editor.live-server",
"plugins.extras.editor.mini-align",
"plugins.extras.editor.numb",
"plugins.extras.editor.package-info",
"plugins.extras.editor.rayso",
"plugins.extras.editor.regex",
"plugins.extras.editor.repo",
"plugins.extras.editor.rest-client",
"plugins.extras.editor.smart-splits",
"plugins.extras.editor.undotree",
"plugins.extras.editor.suda",
"plugins.extras.editor.telescope.repo",
"plugins.extras.editor.telescope.undotree",
"plugins.extras.editor.winshift",
"plugins.extras.editor.worktree",
"plugins.extras.formatting.isort",
"plugins.extras.formatting.rustfmt",
"plugins.extras.formatting.rustywind",
"plugins.extras.formatting.sqlfmt",
"plugins.extras.lang.bash",
"plugins.extras.lang.css",
"plugins.extras.lang.git",
"plugins.extras.lang.html",
"plugins.extras.lang.markdown-extended",
"plugins.extras.lang.python-extended",
"plugins.extras.lang.sql",
"plugins.extras.lang.tailwindcss-extended",
"plugins.extras.lang.typescript-extended",
"plugins.extras.lang.web.css",
"plugins.extras.lang.web.html",
"plugins.extras.lang.web.typescript-extended",
"plugins.extras.linting.pylint",
"plugins.extras.linting.shellcheck",
"plugins.extras.lsp.compiler",
"plugins.extras.lsp.lens",
"plugins.extras.lsp.lightbulb",
"plugins.extras.lsp.lsp-extended",
"plugins.extras.lsp.repl",
"plugins.extras.lsp.timeout",
"plugins.extras.ui.alpha",
"plugins.extras.ui.block",
@ -79,15 +80,12 @@
"plugins.extras.ui.number-toggle",
"plugins.extras.ui.rainbow-delimeters",
"plugins.extras.ui.scrollbar",
"plugins.extras.ui.smooth-scrolling",
"plugins.extras.ui.transparent",
"plugins.extras.ui.windows",
"plugins.extras.ui.zen-mode",
"plugins.extras.util.bigfile",
"plugins.extras.util.discordrcp",
"plugins.extras.util.numb",
"plugins.extras.util.rayso",
"plugins.extras.util.smooth-scrolling",
"plugins.extras.util.suda",
"plugins.extras.util.vim-be-good",
"plugins.extras.util.wakatime"
],
@ -96,4 +94,3 @@
},
"version": 2
}

View file

@ -1,5 +0,0 @@
return {
"andrewferrier/debugprint.nvim",
opts = {},
lazy = false,
}

View file

@ -1,78 +0,0 @@
return {
{
"michaelb/sniprun",
run = "bash ./install.sh",
cmd = { "SnipRun", "SnipInfo", "SnipLive", "SnipClose", "SnipReset", "SnipReplMemoryClean" },
opts = {
selected_interpreters = {}, --# use those instead of the default for the current filetype
repl_enable = { "javascript", "typescript" }, --# enable REPL-like behavior for the given interpreters
repl_disable = {}, --# disable REPL-like behavior for the given interpreters
interpreter_options = {
--# interpreter-specific options, see docs / :SnipInfo <name>
--# use the interpreter name as key
GFM_original = {
use_on_filetypes = { "markdown.pandoc" }, --# the 'use_on_filetypes' configuration key is
--# available for every interpreter
},
Python3_original = {
error_truncate = "auto", --# Truncate runtime errors 'long', 'short' or 'auto'
--# the hint is available for every interpreter
--# but may not be always respected
},
},
--# you can combo different display modes as desired and with the 'Ok' or 'Err' suffix
--# to filter only sucessful runs (or errored-out runs respectively)
display = {
-- "Classic", --# display results in the command-line area
-- "VirtualTextOk", --# display ok results as virtual text (multiline is shortened)
"VirtualText", --# display results as virtual text
-- "TempFloatingWindow", --# display results in a floating window
-- "LongTempFloatingWindow", --# same as above, but only long results. To use with VirtualText[Ok/Err]
-- "Terminal", --# display results in a vertical split
-- "TerminalWithCode", --# display results and code history in a vertical split
-- "NvimNotify", --# display with the nvim-notify plugin
-- "Api" --# return output to a programming interface
},
live_display = { "VirtualTextOk" }, --# display mode used in live_mode
display_options = {
terminal_scrollback = vim.o.scrollback, --# change terminal display scrollback lines
terminal_line_number = false, --# whether show line number in terminal window
terminal_signcolumn = false, --# whether show signcolumn in terminal window
terminal_persistence = true, --# always keep the terminal open (true) or close it at every occasion (false)
terminal_width = 45, --# change the terminal display option width
notification_timeout = 5, --# timeout for nvim_notify output
},
--# You can use the same keys to customize whether a sniprun producing
--# no output should display nothing or '(no output)'
show_no_output = {
"Classic",
"TempFloatingWindow", --# implies LongTempFloatingWindow, which has no effect on its own
},
--# customize highlight groups (setting this overrides colorscheme)
-- snipruncolors = {
-- SniprunVirtualTextOk = { bg = "#66eeff", fg = "#000000", ctermbg = "Cyan", cterfg = "Black" },
-- SniprunFloatingWinOk = { fg = "#66eeff", ctermfg = "Cyan" },
-- SniprunVirtualTextErr = { bg = "#881515", fg = "#000000", ctermbg = "DarkRed", cterfg = "Black" },
-- SniprunFloatingWinErr = { fg = "#881515", ctermfg = "DarkRed" },
-- },
live_mode_toggle = "off", --# live mode toggle, see Usage - Running for more info
--# miscellaneous compatibility/adjustement settings
inline_messages = false, --# inline_message (0/1) is a one-line way to display messages
--# to workaround sniprun not being able to display anything
borders = "single", --# display borders around floating windows
--# possible values are 'none', 'single', 'double', or 'shadow'
},
},
}