Th3Whit3Wolf / one-nvim

Atom one theme
MIT License
113 stars 23 forks source link

not found one-nvim #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

I did as it is written in the instructions, but when starting gvim, it gives errors that there is no such topic init.vim `syntax enable "включает подсветку синтаксиса set termguicolors set mouse+=a set autoindent "авто-отступ строки set tabstop=2 set shiftwidth=2 set expandtab set smartindent set textwidth=80 "длина строки "set number "показать номера строк

colorscheme one-nvim vim.g.one_nvim_transparent_bg = true

let g:airline_powerline_fonts=1 "Включить поддержку Powerline шрифтов let g:Powerline_symbols='unicode' "Поддержка unicode

" Plagins call plug#begin()

Plug 'Th3Whit3Wolf/one-nvim'

Plug 'Pocco81/AutoSave.nvim'

Plug 'glepnir/galaxyline.nvim' , {'branch': 'main'} Plug 'kyazdani42/nvim-web-devicons' Plug 'romgrk/barbar.nvim'

Plug 'nvim-lua/plenary.nvim' Plug 'nvim-telescope/telescope.nvim' Plug 'akinsho/flutter-tools.nvim'

Plug 'preservim/nerdtree'

Plug 'ryanoasis/vim-devicons'

call plug#end()

lua << EOF require("flutter-tools").setup{} EOF

lua << EOF require("telescope").load_extension("flutter") EOF

lua << EOF require('spaceline') EOF` one-nvim ./config/nvim/plugged/one-nvim if you copy the one-vim.vim file to colors, then there are even more errors...

ghost commented 3 years ago

An error was detected when processing /home/mitai/. config/nvic/init. vim: line 12: E185: It is impossible to find the color scheme 'one-nvim' "one_nvim_transparent_bg" [New] Unable to open the file "one_nvim_transparent_bg" " = "[New] "true" [New] Unable to open the file "true" line 13: E480: No match: g

ghost commented 3 years ago

if you write in neovim :colorscheme one-nvim, then the color scheme will work, I don't understand anything..