mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: stylua
This commit is contained in:
parent
36dbc64dd4
commit
621fd66083
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
||||||
--[[ cfg_options: See `:help vim.o` ]]
|
--[[ cfg_options: See `:help vim.o` ]]
|
||||||
|
|
||||||
-- Disable Intro (:intro)
|
-- Disable Intro (:intro)
|
||||||
vim.opt.shortmess:append('I')
|
vim.opt.shortmess:append 'I'
|
||||||
|
|
||||||
-- Raise a dialog asking if you wish to save the current file(s)
|
-- Raise a dialog asking if you wish to save the current file(s)
|
||||||
vim.o.confirm = true
|
vim.o.confirm = true
|
||||||
|
|
@ -480,7 +480,7 @@ require('lazy').setup({
|
||||||
{
|
{
|
||||||
-- https://github.com/vuejs/language-tools/wiki/Neovim
|
-- https://github.com/vuejs/language-tools/wiki/Neovim
|
||||||
languages = { 'vue' },
|
languages = { 'vue' },
|
||||||
location = vim.fn.stdpath('data') .. '/mason/packages/vue-language-server/node_modules/@vue/language-server',
|
location = vim.fn.stdpath 'data' .. '/mason/packages/vue-language-server/node_modules/@vue/language-server',
|
||||||
name = '@vue/typescript-plugin',
|
name = '@vue/typescript-plugin',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue