summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-11-08 23:39:07 +0300
committerYigit Sever2021-11-08 23:39:07 +0300
commit0552c9ab5a00bd5500dae066a360879148a96955 (patch)
tree8e882999df850b5f93c6b81b4b54fe5e9e6b6fa1 /.config
parenta8c525401b095b321af01e647dc90abf95b37103 (diff)
downloaddotfiles-0552c9ab5a00bd5500dae066a360879148a96955.tar.gz
dotfiles-0552c9ab5a00bd5500dae066a360879148a96955.tar.bz2
dotfiles-0552c9ab5a00bd5500dae066a360879148a96955.zip
nvim: shed plugins
diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/plugin_settings.lua17
-rw-r--r--.config/nvim/lua/plugins.lua16
2 files changed, 1 insertions, 32 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua
index 277e196..5b999fe 100644
--- a/.config/nvim/lua/plugin_settings.lua
+++ b/.config/nvim/lua/plugin_settings.lua
@@ -128,12 +128,6 @@ g.UltiSnipsEnableSnipMate = "1"
128g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} 128g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"}
129-- }}} UltiSnips -- 129-- }}} UltiSnips --
130 130
131-- beacon {{{ --
132g.beacon_size = 100
133g.beacon_shrink = 1
134cmd('highlight Beacon guibg=red ctermbg=15')
135-- }}} beacon --
136
137-- vimtex {{{ -- 131-- vimtex {{{ --
138g.vimtex_view_method = 'zathura' 132g.vimtex_view_method = 'zathura'
139g.vimtex_quickfix_mode = 0 133g.vimtex_quickfix_mode = 0
@@ -149,13 +143,6 @@ require('filetype').setup({
149}) 143})
150-- }}} filetype.nvim -- 144-- }}} filetype.nvim --
151 145
152-- tagbar {{{ --
153g.tagbar_autofocus = 1
154g.tagbar_compact = 1
155g.tagbar_sort = 0
156g.tagbar_width = 25
157-- }}} tagbar --
158
159-- ledger {{{ -- 146-- ledger {{{ --
160g.ledger_maxwidth = 80 147g.ledger_maxwidth = 80
161g.ledger_fillstring = ' -' 148g.ledger_fillstring = ' -'
@@ -365,10 +352,6 @@ nvim_lsp['efm'].setup{
365g.vista_icon_indent = {"╰ ", "│ "} 352g.vista_icon_indent = {"╰ ", "│ "}
366-- }}} vista -- 353-- }}} vista --
367 354
368-- float-preview.nvim {{{ --
369g["float_preview#docked"] = 0
370-- }}} float-preview.nvim --
371
372-- indent-blankline {{{ -- 355-- indent-blankline {{{ --
373vim.opt.list = true 356vim.opt.list = true
374 357
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index b3a87b2..a412fda 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -45,16 +45,12 @@ return require('packer').startup(function()
45 45
46 -- manages tag files 46 -- manages tag files
47 use 'ludovicchabant/vim-gutentags' 47 use 'ludovicchabant/vim-gutentags'
48 -- run tests (todo: write tests)
49 use 'janko/vim-test'
50 -- type in file send to repl 48 -- type in file send to repl
51 use 'jpalardy/vim-slime' 49 use 'jpalardy/vim-slime'
52 -- snippets to expand 50 -- snippets to expand
53 use {'SirVer/ultisnips', 'honza/vim-snippets'} 51 use {'SirVer/ultisnips', 'honza/vim-snippets'}
54 -- autopairs for neovim 52 -- autopairs for neovim
55 use 'windwp/nvim-autopairs' 53 use 'windwp/nvim-autopairs'
56 -- completion preview of floating window
57 use 'ncm2/float-preview.nvim'
58 -- indent guides 54 -- indent guides
59 use "lukas-reineke/indent-blankline.nvim" 55 use "lukas-reineke/indent-blankline.nvim"
60 56
@@ -62,8 +58,6 @@ return require('packer').startup(function()
62 use "nathom/filetype.nvim" 58 use "nathom/filetype.nvim"
63 -- i3 config filetype 59 -- i3 config filetype
64 use 'mboughaba/i3config.vim' 60 use 'mboughaba/i3config.vim'
65 -- kitty config filetype
66 use 'fladson/vim-kitty'
67 -- ledger filetype 61 -- ledger filetype
68 use 'ledger/vim-ledger' 62 use 'ledger/vim-ledger'
69 63
@@ -104,10 +98,6 @@ return require('packer').startup(function()
104 use 'matze/vim-move' 98 use 'matze/vim-move'
105 -- surround text objects; sa, sr and sd 99 -- surround text objects; sa, sr and sd
106 use 'machakann/vim-sandwich' 100 use 'machakann/vim-sandwich'
107 -- provide additional text objects
108 use 'wellle/targets.vim'
109 -- indentation level text object, ia, ii
110 use 'michaeljsmith/vim-indent-object'
111 -- visual feedback for substitute holy shit this is amazing 101 -- visual feedback for substitute holy shit this is amazing
112 use 'markonm/traces.vim' 102 use 'markonm/traces.vim'
113 -- see the contents of registers on "/<CTRL-R> 103 -- see the contents of registers on "/<CTRL-R>
@@ -118,12 +108,8 @@ return require('packer').startup(function()
118 use 'machakann/vim-swap' 108 use 'machakann/vim-swap'
119 -- jump to location by 2 characters, ` 109 -- jump to location by 2 characters, `
120 use 'justinmk/vim-sneak' 110 use 'justinmk/vim-sneak'
121 -- reopen files at your last edit position
122 use 'farmergreg/vim-lastplace'
123 -- flash cursor on jump
124 use 'DanilaMihailov/beacon.nvim'
125 111
126 -- cursorline of the $CURRENT_YEAR 112 -- statusline of the $CURRENT_YEAR
127 use { 113 use {
128 'nvim-lualine/lualine.nvim', 114 'nvim-lualine/lualine.nvim',
129 requires = {'kyazdani42/nvim-web-devicons', opt = true} 115 requires = {'kyazdani42/nvim-web-devicons', opt = true}