Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim #53

Open
boojongmin opened this issue Jan 14, 2023 · 0 comments
Open

neovim #53

boojongmin opened this issue Jan 14, 2023 · 0 comments

Comments

@boojongmin
Copy link
Owner

boojongmin commented Jan 14, 2023

https://wiki.archlinux.org/title/Neovim

sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update -y

https://github.com/neovim/neovim/wiki/Installing-Neovim

apt update
apt upgrade
apt install neovim
pyenv install 3.11.1
pyenv global 3.11.1

https://github.com/NvChad/NvChad <- 템플릿
https://github.com/sbdchd/neoformat

Mason은 의존성 있는것들을 쉽게 설치
pip install sqlparse
npm i -g sql-language-server


아래는 그전에 깔았던것들인데 안씀

npm install -g emmet-ls
npm install -g typescript-language-server typescript

https://github.com/VonHeikemen/lsp-zero.nvim

https://dev.to/vonheikemen/getting-started-with-neovims-native-lsp-client-in-the-year-of-2022-the-easy-way-bp3#starting-from-scratch

https://github.com/folke/tokyonight.nvim

sudo apt install universal-ctags

https://github.com/ms-jpq/coq_nvim

https://github.com/rockerBOO/awesome-neovim#plugin-manager

https://www.youtube.com/watch?v=JWReY93Vl6g&ab_channel=NeuralNine

https://github.com/NeuralNine/config-files/blob/master/init.vim

https://github.com/junegunn/vim-plug

https://github.com/nvm-sh/nvm

nvm install node v18.13.0

sudo apt install exuberant-ctags

cd ~/.local/share/nvim/plugged/coc.nvim/
npm i
npm run build

https://vim.fandom.com/wiki/Accessing_the_system_clipboard
https://github.com/gbprod/yanky.nvim

sudo apt install
build-essential
curl
libbz2-dev
libffi-dev
liblzma-dev
libncursesw5-dev
libreadline-dev
libsqlite3-dev
libssl-dev
libxml2-dev
libxmlsec1-dev
llvm
make
tk-dev
wget
xz-utils
zlib1g-dev
pyenv install 3.11.1

-- sudo apt install python3-pip

https://github.com/ThePrimeagen/harpoon

https://github.com/romgrk/barbar.nvim

https://github.com/sbdchd/neoformat#managing-undo-history

-- formater
npm install -g prettier

https://github.com/neoclide/coc.nvim
https://github.com/elixir-lsp/elixir-ls
https://github.com/elixir-lsp/coc-elixir

unzip elixir-ls-1.14-25.1.zip -d ~/.config/nvim/plugin/coc-elixir/

CocConfig

{
"elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh"
}

elixir-lsp/coc-elixir#46

so -> PlugInstall

https://github.com/neoclide/coc.nvim/wiki/Language-servers

https://github.com/rrrene/credo

shell

https://github.com/junegunn/fzf

sudo apt install fzf

https://github.com/BurntSushi/ripgrep

sudo apt install ripgrep
sudo apt install fd-find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant