diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-03 16:47:31 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-03 16:47:31 +0200 |
| commit | e620d1dfe1e8f8e899fa0cfdb037d64827735ff3 (patch) | |
| tree | 579e7bef3d13844bf45bc883ee867fea1ccfc1cc | |
| parent | 09859a9a195bac1b02ab39e7dbff8318ccc7a414 (diff) | |
remove otter.nvim
| -rw-r--r-- | nvim/init.lua | 5 | ||||
| -rw-r--r-- | nvim/lazy-lock.json | 1 | ||||
| -rw-r--r-- | nvim/lua/config/plugins.lua | 8 |
3 files changed, 0 insertions, 14 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 855c06d..df4ee65 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -22,10 +22,5 @@ vim.api.nvim_create_autocmd("FileType", { pcall(vim.treesitter.start) end, }) --- enable embedded Bash LSP when editing CI configs -vim.api.nvim_create_autocmd("BufEnter", { - pattern = { 'bitbucket-pipelines.yml' }, - command = 'OtterActivate', -}) -- removes obsolete Fugitive commands vim.api.nvim_del_user_command('Gbrowse') diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 7e9565c..34c0f09 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -16,7 +16,6 @@ "nvim-surround": { "branch": "main", "commit": "1098d7b3c34adcfa7feb3289ee434529abd4afd1" }, "nvim-treesitter": { "branch": "main", "commit": "bd41519ff7901da11ba6e1c8f419f17f2d94305a" }, "nvim-web-devicons": { "branch": "master", "commit": "2ae6958df7ced50baac5035cec0c15799eedfbf7" }, - "otter.nvim": { "branch": "main", "commit": "f4a033d4e2bd86d4f09386a73d3861538601253d" }, "schemastore.nvim": { "branch": "main", "commit": "3d2c297f7152208daf4a382ea7123f9e4ebf9da1" }, "vim-fubitive": { "branch": "master", "commit": "c85ca8fa2098aa05e816f5d0839a0dad6bfcca5a" }, "vim-fugitive": { "branch": "master", "commit": "b3828fd319eb8c9be7911a5152eba69b22fb95fe" } diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index afb9fe7..29853a2 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -70,12 +70,4 @@ return { { "LunarVim/bigfile.nvim" }, -- Plugin for formatters. See formatters.lua for configs { "stevearc/conform.nvim" }, - -- allows LSP for embedded languages (e.g. bash inside of yaml) - { - "jmbuhr/otter.nvim", - dependencies = { - "nvim-treesitter/nvim-treesitter", - }, - opts = {}, - }, } |
