Browse Source

latest fixes

Leon Versteeg 2 years ago
parent
commit
addb8bccd1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      nvim-config/init.lua
  2. 2 2
      nvim-config/plugins.vim

+ 1 - 1
nvim-config/init.lua

@@ -96,7 +96,7 @@ telescope.load_extension('harpoon')
 require("bufferline").setup {
   options = {
     separator_style = {"", ""},
-    indicator_icon = "",
+    indicator = "",
     show_buffer_close_icons = false,
     show_close_icon = false,
     show_tab_indicators = false

+ 2 - 2
nvim-config/plugins.vim

@@ -10,7 +10,7 @@ Plug 'fannheyward/coc-rust-analyzer', {'do': 'yarn install --frozen-lockfile'}
 Plug 'fannheyward/telescope-coc.nvim'
 Plug 'felippepuhle/coc-graphql', {'do': 'yarn install --frozen-lockfile'}
 Plug 'folke/todo-comments.nvim'
-Plug 'github/copilot.vim'
+"Plug 'github/copilot.vim'
 Plug 'godlygeek/tabular' " Vim script for text filtering and alignment
 Plug 'iamcco/coc-spell-checker', {'do': 'yarn install --frozen-lockfile'}
 Plug 'josa42/coc-go', {'do': 'yarn install --frozen-lockfile'}
@@ -52,7 +52,7 @@ Plug 'rhysd/committia.vim'
 Plug 'rodrigore/coc-tailwind-intellisense', {'do': 'npm install'}
 Plug 'roxma/vim-tmux-clipboard'
 Plug 'sheerun/vim-polyglot'
-Plug 'SirVer/ultisnips'
+" Plug 'SirVer/ultisnips'
 Plug 'szw/vim-maximizer'
 Plug 'ThePrimeagen/harpoon'
 Plug 'tmux-plugins/vim-tmux'