Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
remove some plugins and update eol
Browse files Browse the repository at this point in the history
  • Loading branch information
luong-komorebi committed Nov 14, 2021
1 parent 3c722e2 commit 0b6fae3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lua/config/default_config.lua
Expand Up @@ -74,7 +74,8 @@ O = {
linebreak = true, -- wrap long lines at a character in 'breakat' rather than at the last character that fits on the screen
breakindent = true, -- every wrapped line will continue visually indented
list = true,
listchars = [[lead:·,tab:→\ ,eol:↲,nbsp:␣,trail:•,extends:⟩,precedes:⟨]], -- notice the backslash character in lua

listchars = [[lead:·,tab:→\ ,eol:↴,nbsp:␣,trail:•,extends:⟩,precedes:⟨]], -- notice the backslash character in lua
showbreak = [[↪\]],
diffopt = [[filler,internal,algorithm:histogram,indent-heuristic]], -- Tip: histogram-based diffs using modern Vim integration with git's xdiff
foldenable = false,
Expand Down
4 changes: 0 additions & 4 deletions lua/luong/better-whitespace.lua

This file was deleted.

7 changes: 5 additions & 2 deletions lua/plugins.lua
Expand Up @@ -142,7 +142,6 @@ return {
require("numb").setup()
end,
},
{ "ntpeters/vim-better-whitespace", config = [[require"luong.better-whitespace"]] },
{ "lukas-reineke/indent-blankline.nvim", config = [[require"luong.blankline"]] },
{ "preservim/vimux" },
{ -- ,to replace tagbar
Expand All @@ -156,6 +155,11 @@ return {
config = [[require"luong.nvim-ts-rainbow"]],
event = "BufWinEnter",
},
{
"tpope/vim-surround",
keys = { "c", "d", "y" },
},
{ "ojroques/vim-oscyank" },

-- Testing and autocomplete
-- ================================
Expand Down Expand Up @@ -315,7 +319,6 @@ return {

-- Tpope and his ruby magics -- =========================
{ "tpope/vim-cucumber", ft = { "ruby" } },
{ "tpope/vim-surround" },
{ "tpope/vim-projectionist", ft = { "ruby" } },
{ "tpope/vim-rake", ft = { "ruby" } },
{ "tpope/vim-bundler", ft = { "ruby" } },
Expand Down
1 change: 1 addition & 0 deletions plugin/matchup.vim
Expand Up @@ -7,3 +7,4 @@ let g:matchup_matchparen_timeout = 100
let g:matchup_matchparen_insert_timeout = 30
let g:matchup_matchparen_deferred_show_delay = 100
let g:matchup_matchparen_deferred_hide_delay = 700
let g:matchup_matchparen_offscreen = {'method': 'popup'}

0 comments on commit 0b6fae3

Please sign in to comment.