cleanup
This commit is contained in:
parent
a5f9d44f57
commit
aeaabf8a48
3 changed files with 27 additions and 159 deletions
|
@ -43,15 +43,6 @@ return {
|
|||
{
|
||||
"nvimtools/none-ls.nvim"
|
||||
},
|
||||
{
|
||||
"jinzhongjia/LspUI.nvim",
|
||||
branch = "legacy",
|
||||
config = function()
|
||||
require("LspUI").setup({
|
||||
prompt = false
|
||||
})
|
||||
end
|
||||
},
|
||||
|
||||
-- syntax highlighting
|
||||
{
|
||||
|
@ -63,7 +54,6 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
dependencies = {"nvim-treesitter"},
|
||||
},
|
||||
"nvim-treesitter/playground",
|
||||
|
||||
-- fzf Telescope
|
||||
{
|
||||
|
@ -129,18 +119,8 @@ return {
|
|||
harpoon:setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
"sQVe/sort.nvim",
|
||||
opts = {}
|
||||
},
|
||||
|
||||
-- misc editing
|
||||
{
|
||||
"ziontee113/color-picker.nvim",
|
||||
opts = {
|
||||
["border"] = "rounded",
|
||||
},
|
||||
},
|
||||
"lambdalisue/suda.vim",
|
||||
"tpope/vim-sleuth",
|
||||
"mbbill/undotree",
|
||||
|
@ -155,22 +135,12 @@ return {
|
|||
end
|
||||
},
|
||||
|
||||
-- mics visuals
|
||||
-- {
|
||||
-- "HiPhish/nvim-ts-rainbow2",
|
||||
-- },
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
opts = {
|
||||
filetypes = {'html', 'javascript', 'typescript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'tsx', 'jsx', 'rescript', 'xml', 'php', 'markdown', 'astro', 'glimmer', 'handlebars', 'hbs', "rust" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
config = function ()
|
||||
vim.notify = require("notify")
|
||||
end
|
||||
},
|
||||
{
|
||||
"kevinhwang91/nvim-bqf",
|
||||
event = { "BufRead", "BufNew" },
|
||||
|
@ -198,21 +168,12 @@ return {
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
-- opts = {
|
||||
-- char = '┊',
|
||||
-- show_trailing_blankline_indent = false,
|
||||
-- show_end_of_line = true,
|
||||
-- show_current_context = true,
|
||||
-- show_current_context_start = true,
|
||||
-- }
|
||||
init = function()
|
||||
require("ibl").setup({
|
||||
indent = {
|
||||
tab_char = "│",
|
||||
char = "┊",
|
||||
},
|
||||
})
|
||||
end,
|
||||
opts = {
|
||||
indent = {
|
||||
tab_char = "│",
|
||||
char = "┊",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
@ -291,24 +252,6 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
{"tpope/vim-dadbod"},
|
||||
{
|
||||
"kristijanhusak/vim-dadbod-ui",
|
||||
dependencies = {
|
||||
{ 'tpope/vim-dadbod', lazy = true },
|
||||
{ 'kristijanhusak/vim-dadbod-completion', ft = { 'sql', 'mysql', 'plsql' }, lazy = true },
|
||||
},
|
||||
cmd = {
|
||||
'DBUI',
|
||||
'DBUIToggle',
|
||||
'DBUIAddConnection',
|
||||
'DBUIFindBuffer',
|
||||
},
|
||||
init = function()
|
||||
vim.g.db_ui_use_nerd_fonts = 1
|
||||
end
|
||||
},
|
||||
|
||||
-- lenguage specific
|
||||
-- f#
|
||||
{"ionide/Ionide-vim"},
|
||||
|
@ -332,12 +275,6 @@ return {
|
|||
'cameron-wags/rainbow_csv.nvim',
|
||||
|
||||
-- rust
|
||||
{"racer-rust/vim-racer",
|
||||
config = function ()
|
||||
vim.cmd [[ let g:racer_cmd = "/usr/bin/racer"]]
|
||||
end
|
||||
},
|
||||
"simrat39/rust-tools.nvim",
|
||||
{
|
||||
"saecki/crates.nvim",
|
||||
tag = "v0.3.0",
|
||||
|
@ -361,62 +298,7 @@ return {
|
|||
"xiyaowong/transparent.nvim",
|
||||
"savq/melange-nvim",
|
||||
|
||||
"EdenEast/nightfox.nvim",
|
||||
"luisiacc/gruvbox-baby",
|
||||
"tiagovla/tokyodark.nvim",
|
||||
"cpea2506/one_monokai.nvim",
|
||||
"yazeed1s/minimal.nvim",
|
||||
"kvrohit/mellow.nvim",
|
||||
"yazeed1s/oh-lucy.nvim",
|
||||
"sainnhe/sonokai",
|
||||
"rebelot/kanagawa.nvim",
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
priority = 1000,
|
||||
name = "catppuccin",
|
||||
config = function()
|
||||
require("catppuccin").setup{
|
||||
flavor = "mocha",
|
||||
navic = {
|
||||
enabled = true,
|
||||
custom_bg = "NONE",
|
||||
},
|
||||
indent_blankline = {
|
||||
enabled = true,
|
||||
colored_indent_levels = true,
|
||||
},
|
||||
dap = {
|
||||
enabled = true,
|
||||
enable_ui = true,
|
||||
},
|
||||
integrations = {
|
||||
hop = true,
|
||||
cmp = true,
|
||||
telescope = true,
|
||||
which_key = true,
|
||||
},
|
||||
color_overrides = {
|
||||
-- macchiato = {
|
||||
-- base = "#000000",
|
||||
-- mantle = "#000000",
|
||||
-- crust = "#000000"
|
||||
-- }
|
||||
}
|
||||
}
|
||||
end
|
||||
},
|
||||
{
|
||||
"loctvl842/monokai-pro.nvim",
|
||||
opts = {
|
||||
transparent_background = false,
|
||||
terminal_colors = false,
|
||||
filter = "spectrum",
|
||||
background_clear = {
|
||||
"toggleterm",
|
||||
"telescope",
|
||||
"which-key",
|
||||
"neo-tree"
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -50,3 +50,7 @@ vim.g.have_nerd_font = true
|
|||
vim.o.completeopt = "menuone,noselect"
|
||||
|
||||
-- vim.filetype.add({extension = {leaf = 'html'}})
|
||||
|
||||
|
||||
vim.wo.foldmethod = "manual"
|
||||
vim.wo.foldcolumn = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue