Adding more in the README for MacOS and opting out of swapfiles
This commit is contained in:
parent
3b9053ccb8
commit
b8850e216b
@ -18,7 +18,12 @@ sudo apt install neovim npm ansible ansible-lint ripgrep shellcheck
|
|||||||
|
|
||||||
If you are using MacOS it can be done like this (Yes ansible is not in there yet, still working on that)
|
If you are using MacOS it can be done like this (Yes ansible is not in there yet, still working on that)
|
||||||
```
|
```
|
||||||
brew install neovim npm python@3.12 shellcheck
|
brew install neovim npm python@3.12 shellcheck ansible ansible-lint
|
||||||
|
```
|
||||||
|
|
||||||
|
Remember that you need to have the homeberw path exported
|
||||||
|
```
|
||||||
|
export PATH=$PATH:/opt/homebrew/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
How to use the plugins and configuration
|
How to use the plugins and configuration
|
||||||
|
@ -4,6 +4,7 @@ vim.opt.tabstop = 2
|
|||||||
vim.opt.softtabstop = 2
|
vim.opt.softtabstop = 2
|
||||||
vim.opt.shiftwidth = 2
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
vim.opt.swapfile = false
|
||||||
|
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user