Git Product home page Git Product logo

nvim-arch's Introduction

文件结构

	├── init.lua
	└── lua
    ├── config.lua
    ├── basic.lua
    ├── colorscheme.lua
    ├── keybindings.lua
    ├── plugins.lua
    ├── lsp
    │   ├── config
    │   │   ├── css.lua
    │   │   ├── emmet.lua
    │   │   ├── html.lua
    │   │   ├── json.lua
    │   │   ├── lua.lua
    │   │   └── ts.lua
    │   ├── cmp.lua
    │   ├── null-ls.lua
    │   ├── setup.lua
    │   └── ui.lua
    ├── plugin-config
    │   ├── bufferline.lua
    │   ├── dashboard.lua
    │   ├── indent-blankline.lua
    │   ├── lualine.lua
    │   ├── nvim-autopairs.lua
    │   ├── nvim-tree.lua
    │   ├── nvim-treesitter.lua
    │   ├── project.lua
    │   ├── telescope.lua
    │   ├── autopairs.lua
    │   ├── translate-shell.lua
  ├── plugin		#这个是安装 packer.nvim 插件管理器后自动创建的文件夹
    ├── packer_compiled.lua
- lua 是个目录,lua和plugins.lua同级,在本地正常,不知道怎么上传后就错了

arch上nvim的配置文件放在~/.config/nvim/ 下

插件管理器是 packer

	# terminal 输入如下命令安装
	git clone --depth 1 https://github.com/wbthomason/packer.nvim\
	~/.local/share/nvim/site/pack/packer/start/packer.nvim

字体图标

https://www.nerdfonts.com/font-downloads

插件的依赖

- telescope	依赖项有两个
	BurntSushi/ripgrep		 https://github.com/BurntSushi/ripgrep
	sharkdp/fd							https://github.com/sharkdp/fd
- nvim 内运行	:checkhealth telescope	查看依赖

nvim-arch's People

Contributors

qing-huo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.