diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-08-21 21:51:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-08-21 21:51:08 +0900 |
| commit | efc4991a8c9a176038aace74b47a841ee27eafc8 (patch) | |
| tree | 65de61deaac0300069175b1871854fa394122d5d /.config/nvim/lua/vimrc | |
| parent | 43e0af63483a36c2be40c72282044edac6da7f25 (diff) | |
| download | dotfiles-efc4991a8c9a176038aace74b47a841ee27eafc8.tar.gz dotfiles-efc4991a8c9a176038aace74b47a841ee27eafc8.tar.zst dotfiles-efc4991a8c9a176038aace74b47a841ee27eafc8.zip | |
neovim: uninstall nvim-yati
Diffstat (limited to '.config/nvim/lua/vimrc')
| -rw-r--r-- | .config/nvim/lua/vimrc/plugins.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/lua/vimrc/plugins.lua b/.config/nvim/lua/vimrc/plugins.lua index b5f786e..d41def7 100644 --- a/.config/nvim/lua/vimrc/plugins.lua +++ b/.config/nvim/lua/vimrc/plugins.lua @@ -353,9 +353,6 @@ return { }, --]] indent = { - enable = false, - }, - yati = { enable = true, }, } @@ -388,11 +385,6 @@ return { vim.keymap.set('n', '<C-c>', ':<C-u>nohlsearch <Bar> QuickhlManualReset<CR>', { silent=true }) end, }, - -- Yet another tree-sitter indentation. - -- TODO: uninstall it once the official nvim-treesitter provides sane indentation. - { - 'yioneko/nvim-yati', - }, -- Filetypes {{{1 -- Faster replacement for bundled filetype.vim { |
