Update to use LazyVim default plugins

Remove NatDat
Update README to include fzf
This commit is contained in:
Emma Turner
2024-12-18 11:11:36 -07:00
parent 2ef4d3cd6a
commit ae6dcffa27
5 changed files with 6 additions and 19 deletions

View File

@@ -2,8 +2,6 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.guifont = "CaskaydiaCove NFM:h12"
-- Taken from help docs
vim.cmd([[
let &shell = executable('pwsh') ? 'pwsh' : 'powershell'